Data types for roles

[?]
May 14, 2021, 4:32 AM
OCS2CP5YQB64XQX5RPNCGZAPMVTYUCV7YWSAEP6TPFDYSSBLXE4AC

Dependencies

Change contents

  • file move: src (----------)src (d--r------)
    [1.0]
    [2.6]
  • edit in src/main.rs at line 1
    [2.17]
    [2.18]
    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"