6 releases

0.2.1 Jul 13, 2023
0.2.0 Jun 20, 2023
0.1.3 May 28, 2023

#584 in Compression

Download history 1/week @ 2024-11-29 9/week @ 2024-12-06 1/week @ 2024-12-13

251 downloads per month
Used in 2 crates

Apache-2.0

15KB
315 lines

smoosh

automagic recompression for Rust! smoosh autodetects input compression and recompresses it into whatever format you want!

usage

smoosh::recompress(&mut input_stream, &mut output_stream, smoosh::CompressionType::Zstd).await?;
// that's it!

Dependencies

~10–16MB
~352K SLoC