git-meta-cli 0.1.0

Command-line tool for structured Git metadata (get/set, serialize, materialize, push/pull). Installs the `git-meta` binary.
1
2
3
4
5
6
//! Optional developer benchmarks (`--features bench`).

pub mod db;
pub mod fanout;
pub mod history;
pub mod serialize;