6 releases
0.2.1 | Jul 13, 2023 |
---|---|
0.2.0 | Jun 20, 2023 |
0.1.3 | May 28, 2023 |
#301 in Compression
191 downloads per month
Used in 2 crates
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