| Crates.io | libcramjam |
| lib.rs | libcramjam |
| version | 0.8.0 |
| created_at | 2023-12-01 09:42:09.848745+00 |
| updated_at | 2025-07-26 15:46:29.079172+00 |
| description | Compression library combining a plethora of algorithms in a similar as possible API |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1054884 |
| size | 99,666 |
A Rust library combining different compression algorithms/libraries in a common (as possible) API.
(dynamic/static build features available on some variants, check Cargo.toml):
snappy
lz4
bzip2
brotli
zstd
zlib
xz
gzip
deflate
blosc2
igzip (GZIP using ISA-L backend)
ideflate (DEFLATE using ISA-L backend)
izlib (ZLIB using ISA-L backend)
capi: Build a C-ABI library. Compatible with cargo-c