| Crates.io | zlib-rs |
| lib.rs | zlib-rs |
| version | 0.5.2 |
| created_at | 2024-02-23 08:44:37.843487+00 |
| updated_at | 2025-09-02 10:18:16.888157+00 |
| description | A memory-safe zlib implementation written in rust |
| homepage | https://github.com/trifectatechfoundation/zlib-rs |
| repository | https://github.com/trifectatechfoundation/zlib-rs |
| max_upload_size | |
| id | 1150346 |
| size | 668,701 |
the public interface of this crate is unstable!
A pure-rust implementation of zlib.
For a zlib -compatible rust api of this crate, see libz-rs-sys. For a more high-level interface, use flate2.