Data types for roles
[?]
May 14, 2021, 4:32 AM
OCS2CP5YQB64XQX5RPNCGZAPMVTYUCV7YWSAEP6TPFDYSSBLXE4ACDependencies
- [2]
GGBO5GQQcargo new ...
Change contents
- file move: src → src
- edit in src/main.rs at line 1
mod data; - file addition: data.rs[2.6]
pub struct Role {company: String,period: (Month, Option<Month>),title: String,location: Vec<String>,description: String,}pub struct Month {year: u16,month: u8,} - file addition: Cargo.lock[1.0]
# This file is automatically @generated by Cargo.# It is not intended for manual editing.[[package]]name = "jeremy_list_autocv"version = "0.1.0"