rskit-git 0.2.0-alpha.2

Composable git repository interfaces backed by libgit2
Documentation
1
2
3
4
5
6
7
8
9
//! Write-flow behavior: staging, commits, and mutating operations across backends.

mod helpers;

#[path = "write/operations.rs"]
mod operations;

#[path = "write/cli.rs"]
mod cli;