Rust Compression library with generic interface
All features are off by default.
This crate requires alloc
to be available with system allocator set.
brotli-c
- Enables brotli
interface using C library.zlib-ng
- Enables zlib-ng
interface.zlib
- Enables zlib
interface.zlib-static
- Enables zlib
interface with static
feature.zstd
- Enables zstd
interface.