github-local-remote

Crates.iogithub-local-remote
lib.rsgithub-local-remote
version0.1.1
sourcesrc
created_at2018-09-04 17:38:21.465568
updated_at2018-09-04 17:48:09.096303
descriptionFind the GitHub url, repo and username for a local directory
homepage
repositoryhttps://github.com/yoshuawuyts/github-local-remote
max_upload_size
id82945
size29,705
Yosh (yoshuawuyts)

documentation

https://docs.rs/github-local-remote

README

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

Commit count: 6

cargo fmt