github-local-remote 0.1.1

Find the GitHub url, repo and username for a local directory
Documentation

github-local-remote

crates.io version build status downloads docs.rs docs

Find the GitHub url, repo and username for a local directory.

Usage

extern crate github_local_remote;

fn main() {
  let res = github_local_remote::stat(".").unwrap();
  println!("result {:?}", res);
}

Installation

$ cargo add github-local-remote

License

MIT OR Apache-2.0