Parallel compression library for Rust, supporting multiple compression formats.
# Cargo.toml
[dependencies]
gzp = "2.0.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example compressing data to a gzip file using GzpWriter.
Add the desired format feature to your Cargo.toml, e.g., gzp = { version = "2", features = ["gzip"] }.No dependency data recorded yet.