My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/apps/cassiopeia/src/main.rs

9 lines
170 B

mod format;
mod data;
pub use data::{TimeFile, Session};
fn main() {
let file = format::load_file("/home/projects/clients/nyantec-nix-workshops/time.cass");
}