Crates.io | cloudflare-zlib-sys |
lib.rs | cloudflare-zlib-sys |
version | 0.3.3 |
source | src |
created_at | 2018-05-25 00:55:27.936296 |
updated_at | 2023-11-16 17:42:55.116498 |
description | Cloudflare fork of zlib with performance improvements |
homepage | https://lib.rs/crates/cloudflare-zlib-sys |
repository | https://github.com/cloudflare/zlib |
max_upload_size | |
id | 66947 |
size | 572,525 |
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.