git-internal 0.7.4

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
//! Thin wrappers around zlib streams tailored for Git objects, exposing buffered decompressors.

pub mod stream;