RSSAmplifier

nickb.dev · Sep 2, 2022

DEFLATE yourself for faster Rust ZIPs

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The Rust crate for handling ZIP files, zip-rs is quite flexible. The zip crate is compiled with builtin features to support deflated data (among other compression algorithms). This makes it incredibly easy to hit the ground running for reading and writing zips. 
 We can disable these builtin features. This may sound undesirable, but in fact, it is my new favorite way to integrate zip…

Read on nickb.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.