6 releases

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

#253 in Compression

Download history 122/week @ 2023-12-15 20/week @ 2023-12-22 131/week @ 2023-12-29 10/week @ 2024-01-05 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 81/week @ 2024-03-22 53/week @ 2024-03-29

249 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
~359K SLoC