git-meta-lib 0.1.10

Library for attaching and exchanging structured metadata in Git repositories (serialize/materialize, SQLite store, merge).
Documentation
1
2
3
4
5
6
7
8
/// Key filtering and routing rules.
pub mod filter;
/// Git tree building and parsing.
pub mod format;
/// Three-way and two-way merge algorithms for metadata trees.
pub mod merge;
/// In-memory data model for parsed trees, values, and tombstones.
pub mod model;