rskit-git 0.2.0-alpha.1

Composable git repository interfaces backed by libgit2
Documentation
1
2
3
4
5
6
7
8
9
//! Authentication and signing support types.

mod provider;
mod signing;
mod transport;

pub use provider::AuthProvider;
pub use signing::SigningConfig;
pub use transport::TransportAuth;