git-internal 0.8.0

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
//! Streaming primitives used to inflate Git objects from pack files.

pub mod inflate;