6 releases

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

#518 in Compression

Download history 7/week @ 2024-10-12 61/week @ 2024-10-19 2/week @ 2024-10-26 1/week @ 2024-11-30 9/week @ 2024-12-07 1/week @ 2024-12-14

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–17MB
~354K SLoC