NVOP7TM5M3HLUUPSA3J2CGKR73KBXHGGMUIJOSJ57TPLZ7RDMDVQC
XXAMOGJDGPDKTOUF6DJBHSO3DE3DWX7R4WTCTRVIL6MXPJOXIT3QC
#[derive(Debug)]struct Config { fpath : String,}
#[derive(Debug)]
struct Config {
fpath : String,
}
let cfg = Config { fpath : String::from("/home/frank/.tn") }; println!("{:?}", cfg);
let cfg = Config {
fpath : String::from("/home/frank/.tn")
};
println!("{:?}", cfg);