cloudflare-zlib-sys

Crates.iocloudflare-zlib-sys
lib.rscloudflare-zlib-sys
version0.3.3
sourcesrc
created_at2018-05-25 00:55:27.936296
updated_at2023-11-16 17:42:55.116498
descriptionCloudflare fork of zlib with performance improvements
homepagehttps://lib.rs/crates/cloudflare-zlib-sys
repositoryhttps://github.com/cloudflare/zlib
max_upload_size
id66947
size572,525
Vlad Krasnov (vkrasnov)

documentation

https://www.zlib.net/manual.html

README

Rust bindings for Zlib with Cloudflare's performance improvements

This crate builds zlib C implementation for 64-bit ARM and Intel CPUs. It requires x86-64 CPU with SSE 4.2 or ARM64 with NEON & CRC. 32-bit architectures are not supported at all.

The API/ABI of the library is the same as original Zlib's.

Commit count: 482

cargo fmt