1 2 3 4 5 6 7
mod lib; fn main() { println!("Hello, world!"); let msg = lib::decode("test.png".to_string()); println!("msg: {}", msg); }