Crates.io | smoosh |
lib.rs | smoosh |
version | 0.2.1 |
source | src |
created_at | 2023-05-28 20:31:25.106665 |
updated_at | 2023-07-13 23:21:51.383854 |
description | automatic async recompression! |
homepage | |
repository | https://github.com/queer/smoosh |
max_upload_size | |
id | 876703 |
size | 14,620 |
automagic recompression for Rust! smoosh autodetects input compression and recompresses it into whatever format you want!
smoosh::recompress(&mut input_stream, &mut output_stream, smoosh::CompressionType::Zstd).await?;
// that's it!