gix 0.81.0

Interact with git repositories just like git would
Documentation
1
2
3
4
5
6
7
8
mod _impls;
mod access;

///
#[cfg(feature = "credentials")]
pub mod credential_helpers;
#[cfg(feature = "credentials")]
pub use credential_helpers::function::credential_helpers;