Loading content...
Get the path to the repository.
(same as passed to new())
extern crate last_git_commit;
use last_git_commit::{LastGitCommit, Path};
let path = LastGitCommit::new(None, None).unwrap().path();
println!("Path: {}", path);
Loading content...