You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
miniz_oxide is the pure Rust backend for flate2, the most popular Rust compression/decompression crate. It is now faster on decompression than the default C backend, and is the only option for WASM.
Despite its popularity, they have a memory safety issue in "help wanted" state for ages: Frommi/miniz_oxide#14
It would be great to include it in the TWIR "Call for participation" section.
The text was updated successfully, but these errors were encountered:
miniz_oxide is the pure Rust backend for flate2, the most popular Rust compression/decompression crate. It is now faster on decompression than the default C backend, and is the only option for WASM.
Despite its popularity, they have a memory safety issue in "help wanted" state for ages: Frommi/miniz_oxide#14
It would be great to include it in the TWIR "Call for participation" section.
The text was updated successfully, but these errors were encountered: