zlib-bitexact-rs 0.131.1

Bit-exact pure-Rust port of stock zlib 1.3.1's deflate (byte-identical raw DEFLATE output).
Documentation
1
2
3
4
5
6
7
8
9
10
# Normalize our Rust/text sources to LF.
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

# Golden vectors are binary fixtures (raw DEFLATE captured from the zlib 1.3.1
# oracle) — never normalize line endings or diff them as text.
tests/vectors/*.bin binary