flate2 1.0.26

DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate 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