[go: up one dir, main page]

gix 0.42.0

Interact with git repositories just like git would
Documentation
1
2
3
4
5
6
7
8
///
pub mod env_var {
    ///
    pub mod resource {
        ///
        pub type Error = gix_sec::permission::Error<std::path::PathBuf>;
    }
}