| Crates.io | zstd_util |
| lib.rs | zstd_util |
| version | 0.1.4 |
| created_at | 2021-03-27 10:59:04.602643+00 |
| updated_at | 2023-10-08 14:55:34.892434+00 |
| description | A simple zstd_safe based compression and decompression wrapper |
| homepage | |
| repository | https://github.com/tyrylu/zstd_util |
| max_upload_size | |
| id | 374173 |
| size | 260,187 |
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.