litvc 1.0.1

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
pub mod index;
pub mod objects;

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