Find the GitHub url, repo and username for a local directory.
```rs extern crate githublocalremote;
fn main() { let res = githublocalremote::stat(".").unwrap(); println!("result {:?}", res); } ```
sh
$ cargo add github-local-remote
MIT OR Apache-2.0