git-internal 0.8.2

High-performance Rust library for Git internal objects, Pack files, and AI-assisted development objects (Intent, Plan, Task, Run, Evidence, Decision) with delta compression, streaming I/O, and smart protocol support.
Documentation
1
2
3
4
5
6
7
//! Internal building blocks (index, metadata, object model, pack/zlib) that power the public APIs.

pub mod index;
pub mod metadata;
pub mod object;
pub mod pack;
pub mod zlib;