[−][src]Crate cloudflare_zlib
Structs
| Deflate |
Enums
| ZError | See zlib's documentation for exact meaning of these errors. |
Constants
| Z_BEST_COMPRESSION | |
| Z_BEST_SPEED | |
| Z_DEFAULT_COMPRESSION | |
| Z_DEFAULT_STRATEGY | |
| Z_FILTERED | |
| Z_FIXED | |
| Z_HUFFMAN_ONLY | |
| Z_NO_COMPRESSION | |
| Z_RLE |
Functions
| deflate | Compress data to |
| inflate | Decompress data to |
| is_supported | If |