asyncgit 0.28.1

allow using git2 in a asynchronous context
Documentation
1
2
3
4
5
6
7
//! cached lookups:
//! parts of the sync api that might take longer
//! to compute but change seldom so doing them async might be overkill

mod branchname;

pub use branchname::BranchName;