6 releases
| 0.1.5 | Oct 11, 2025 |
|---|---|
| 0.1.4 | Oct 8, 2023 |
| 0.1.3 | Jan 17, 2023 |
| 0.1.2 | Jul 13, 2022 |
| 0.1.0 | Mar 27, 2021 |
#370 in Compression
712 downloads per month
74KB
116 lines
A simple library providing higher level zstd compression with a better performance characteristics for dictionary usage during repeated calls.
Zstd_util
This library provides a simple API on top of the zstd_safe crate for compression and decompression given a set of parameters and does not suffer the performance hits from repeated compress calls with the same dictionary.
Dependencies
~3.5MB
~66K SLoC