1 2 3 4 5 6 7 8 9 10 11
#[cfg(feature = "git2")] pub mod identity; #[cfg(feature = "git2")] pub use identity::{Person, Project, RemoteProject}; #[cfg(feature = "git2")] pub mod storage; #[cfg(feature = "git2")] pub use storage::Storage; pub mod arbitrary;