自动异步重压缩!
由 amy null
#301 在 压缩
每月 191 次下载用于 2 crate
15KB 315 代码行
为Rust提供自动重压缩!smoosh自动检测输入压缩并将其重压缩成你想要的任何格式!
smoosh::recompress(&mut input_stream, &mut output_stream, smoosh::CompressionType::Zstd).await?; // that's it!
~12MB ~352K SLoC