1extern crate github_local_remote; 2 3fn main() { 4 let res = github_local_remote::stat(".").unwrap(); 5 println!("result {:?}", res); 6}