gzp
gzp copied to clipboard
Support `zune-inflate`, the 100% safe Rust port of `libdeflate`
zune-inflate
is a port of libdeflate
to safe Rust. It's not as fast as libdeflate
yet, but it already beats miniz_oxide
and even zlib-ng
.
It has been extensively tested and fuzzed, including roundtrip fuzzing with both miniz_oxide
and zlib_ng
to ensure correctness.
It would be nice to use it in place of libdeflate
in the pure-Rust configuration.
That is AWESOME! Yes, I'd love to get this in. I don't have a timeline but that's a perfect fit here.