flate2 0.2.20

Bindings to miniz.c for DEFLATE compression and decompression exposed as Reader/Writer streams. Contains bindings for zlib, deflate, and gzip-based streams.
Documentation
# automatically handle text files
* text=auto

# text files
*.md text
*.txt text

# source code files
*.rs text
*.c text

# configuration files
*.yml text
*.toml text

# compressed files
*.gz binary

# no end-of-line normalization should take place for integration test text files
tests/*.txt -text