Crates.io | zlib-rs |
lib.rs | zlib-rs |
version | 0.3.1 |
source | src |
created_at | 2024-02-23 08:44:37.843487 |
updated_at | 2024-10-04 13:25:43.144716 |
description | A memory-safe zlib implementation written in rust |
homepage | https://github.com/memorysafety/zlib-rs |
repository | https://github.com/memorysafety/zlib-rs |
max_upload_size | |
id | 1150346 |
size | 611,988 |
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
.