libvctrl_handler 5.2.0

Fundamental contracts for building a version control system – no implementations, only traits and types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod blame;
pub mod config;
pub mod decoder;
pub mod diff;
pub mod encoder;
pub mod hasher;
pub mod index;
pub mod object_store;
pub mod pack;
pub mod ref_store;
pub mod reflog;
pub mod remote;
pub mod revwalk;
pub mod signer;
pub mod transport;
pub mod verifier;