Crate flateUnstable [stability]
[-] [+]
[src]
Simple DEFLATE-based compression. This is a wrapper around the
miniz
library, which is a one-file pure-C implementation of zlib.
Structs
Bytes | |
Error |
Functions
deflate_bytes | Compress a buffer, without writing any sort of header on the output. |
deflate_bytes_zlib | Compress a buffer, using a header that zlib can understand. |
inflate_bytes | Decompress a buffer, without parsing any sort of header on the input. |
inflate_bytes_zlib | Decompress a buffer that starts with a zlib header. |