litvc 1.2.0

Lit - The agentic-first distributed version control system. A complete Git replacement designed for AI agents first and humans second.
Documentation
1
2
3
4
5
6
7
pub mod index;
pub mod objects;
pub mod pack;

pub use index::Index;
pub use objects::ObjectStore;
pub mod binary_index;