git-plumber 0.1.3

Explore git internals, the plumbing
Documentation
1
2
3
4
5
6
7
8
pub mod compression;
pub mod content;
pub mod delta;
pub mod header;

pub use content::ContentFormatter;
pub use delta::DeltaFormatter;
pub use header::HeaderFormatter;