radicle-cob 0.20.0

Radicle Collaborative Objects library
Documentation
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;