Crates.io | github-local-remote |
lib.rs | github-local-remote |
version | 0.1.1 |
source | src |
created_at | 2018-09-04 17:38:21.465568 |
updated_at | 2018-09-04 17:48:09.096303 |
description | Find the GitHub url, repo and username for a local directory |
homepage | |
repository | https://github.com/yoshuawuyts/github-local-remote |
max_upload_size | |
id | 82945 |
size | 29,705 |
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