Skip to main content

Crate cbh_codec

Crate cbh_codec 

Source
Expand description

Implementation crate for cargo-bench-history; do not depend on this directly.

Hosts the gzip byte format for stored objects, split out of cargo-bench-history so its fast, I/O-free test suite is cheap to mutation-test in isolation. The cargo-bench-history storage backends and the stress harness call the same [compress]/[decompress] pair, so they can never drift out of lockstep.