An open API service indexing awesome lists of open source software.

https://github.com/queer/smoosh

automagic async recompression!
https://github.com/queer/smoosh

Last synced: 11 months ago
JSON representation

automagic async recompression!

Awesome Lists containing this project

README

          

# smoosh

automagic recompression for Rust! smoosh autodetects input compression and
recompresses it into whatever format you want!

## usage

```rust
smoosh::recompress(&mut input_stream, &mut output_stream, smoosh::CompressionType::Zstd).await?;
// that's it!
```