6 releases

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

#429 in Compression

Download history 23/week @ 2024-07-14 77/week @ 2024-07-21 92/week @ 2024-07-28 17/week @ 2024-08-04 49/week @ 2024-08-11 14/week @ 2024-08-18 32/week @ 2024-08-25 5/week @ 2024-09-01 27/week @ 2024-09-08 8/week @ 2024-09-15 8/week @ 2024-09-22 7/week @ 2024-09-29 7/week @ 2024-10-13 61/week @ 2024-10-20 2/week @ 2024-10-27

70 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
~354K SLoC