flate2-rs
flate2-rs copied to clipboard
DEFLATE, gzip, and zlib bindings for Rust
Hi I just try to use features = ["zlib-rs"] in greptimedb but it failed in ci: patch link: https://github.com/GreptimeTeam/greptimedb/pull/5706/files ci failed link: https://github.com/GreptimeTeam/greptimedb/actions/runs/13848925444/job/38752767800 some error message: ``` = note: some...
Hi, I'm starting this thread to discuss whether it would be a good idea to switch the default backend to `zlib-rs`, as it outperforms both `zlib-ng` and `miniz_oxide`. Or at...
I think this test example is enough to demonstrate the issue: [Rust Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=a55f8e3bbb477fce82c9d74d1b01d8d2) You can uncomment `dbg!(&compressed_table);` to see the huge result, that can not be decompressed afterwards. Priority low,...
Hi, I’m using flate2 in a project (several actually) and I recently started getting this error when compiling: ``` error[E0308]: mismatched types --> /home/rob/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.35/src/ffi/c.rs:65:25 | 65 | zalloc: Some(allocator::zalloc), |...