r_git 1.0.1

A git implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
#![feature(cursor_remaining)]
pub mod command;
pub mod database;
pub mod diff;
pub mod index;
pub mod lockfile;
pub mod refs;
pub mod utils;
pub mod workspace;