rskit-git 0.2.0-alpha.2

Composable git repository interfaces backed by libgit2
Documentation
1
2
3
4
5
6
7
8
9
//! Read-flow behavior: inspection, diff, tree, log, and blame across backends.

mod helpers;

#[path = "read/inspection.rs"]
mod inspection;

#[path = "read/embedded.rs"]
mod embedded;