1
2
3
4
5
6
//! Algorithms for diffing various git object types and for generating patches, highly optimized for performance.
#![forbid(unsafe_code, rust_2018_idioms)]
#[deny(missing_docs)]

///
pub mod tree;