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