A decoder for the zstd compression format.
# Cargo.toml
[dependencies]
ruzstd = "0.8.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decode a zstd compressed file.
Enable the 'std' feature in Cargo.toml: ruzstd = { version = "0.8", features = ["std"] }No dependency data recorded yet.