OCS2CP5YQB64XQX5RPNCGZAPMVTYUCV7YWSAEP6TPFDYSSBLXE4AC
pub struct Role {
company: String,
period: (Month, Option<Month>),
title: String,
location: Vec<String>,
description: String,
}
pub struct Month {
year: u16,
month: u8,
}
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "jeremy_list_autocv"
version = "0.1.0"