6 releases

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

#238 in Compression

Download history 2/week @ 2024-01-12 29/week @ 2024-01-26 6/week @ 2024-02-02 10/week @ 2024-02-09 48/week @ 2024-02-16 31/week @ 2024-02-23 63/week @ 2024-03-01 35/week @ 2024-03-08 70/week @ 2024-03-15 80/week @ 2024-03-22 28/week @ 2024-03-29 14/week @ 2024-04-05 17/week @ 2024-04-12 62/week @ 2024-04-19 20/week @ 2024-04-26

115 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
~358K SLoC