libvctrl 0.5.1

A robust, content-addressed version control engine for arbitrary data, designed for embedding into applications.
Documentation
pub mod codec;
pub mod command;
pub mod crypto;
pub mod diff;
pub mod domain;
pub mod error;
pub mod gc;
pub mod hashing;
pub mod index;
pub mod merge;
pub mod patch;
pub mod revwalk;
pub mod storage;
pub mod transport;
pub use codec::*;
pub use command::*;
pub use crypto::*;
pub mod reflog;
pub use diff::*;
pub use domain::*;
pub use error::*;
pub use hashing::*;
pub use index::*;
pub use merge::*;
pub use patch::*;
pub use reflog::*;
pub use revwalk::*;
pub use storage::*;