structured-zstd 0.0.52

Pure-Rust Zstandard (zstd) compression and decompression: all levels, streaming, dictionaries, no_std and WebAssembly ready — no FFI, no cmake
Documentation
1
2
3
4
5
# Corpus files are binary — never convert line endings.
# Without this, git autocrlf on Windows converts LF→CRLF in .txt files,
# causing size mismatches against their .zst compressed counterparts.
decodecorpus_files/** binary
dict_tests/** binary