r_git 1.0.1

A git implementation in Rust
Documentation
1
2
3
4
5
6
7
mod checksum;
mod index;
mod stat;

pub use self::checksum::Checksum;
pub use self::index::{FlatIndex, Index};
pub use self::stat::Stat;