#zstd #dictionary #level #decompression #characteristics #zstd-safe

zstd_util

A simple zstd_safe based compression and decompression wrapper

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

Download history 152/week @ 2025-11-16 127/week @ 2025-11-23 85/week @ 2025-11-30 22/week @ 2025-12-07 70/week @ 2025-12-14 1/week @ 2025-12-21 43/week @ 2026-01-04 65/week @ 2026-01-11 205/week @ 2026-01-18 177/week @ 2026-01-25 191/week @ 2026-02-01 177/week @ 2026-02-08 130/week @ 2026-02-15 194/week @ 2026-02-22 203/week @ 2026-03-01

712 downloads per month

MIT license

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