structured-zstd 0.0.3

Pure Rust zstd implementation — managed fork of ruzstd. Dictionary decompression, no FFI.
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