HBOJKQ6CYVMAO25IAEFZC22UVNBR4JP7WA6DSQ3EKI27B45VAWAQC
EYBMUNIQ63KWODE572BL2WBNHZIQ3K32A64JALN2MKEINQVQ2I3QC
5IY2FR4MQPGXWV4VCULOXXTZCICMP6BJIYGGBWSWG3C6UPI4AOBAC
pub fn read_config(cfgfile: &str) -> Result<Config, io::Error> {
pub fn read_config(configfile: &str) -> Result<Config, io::Error> {
Ok(Config { fpath: String::from(cfgfile) })
Ok(Config { fpath: String::from(configfile) })
pub fn run(cfg: Config) -> Result<(), &'static str> {
pub fn run(config: Config) -> Result<(), &'static str> {