6 releases

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

#301 in Compression

Download history 87/week @ 2024-03-24 20/week @ 2024-03-31 19/week @ 2024-04-07 10/week @ 2024-04-14 65/week @ 2024-04-21 24/week @ 2024-04-28 14/week @ 2024-05-05 2/week @ 2024-05-19 12/week @ 2024-05-26 9/week @ 2024-06-02 7/week @ 2024-06-09 81/week @ 2024-06-16 40/week @ 2024-06-23 35/week @ 2024-06-30 35/week @ 2024-07-07

191 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

~12MB
~352K SLoC