[`zune-inflate`](https://crates.io/crates/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.