https://github.com/queer/smoosh
automagic async recompression!
https://github.com/queer/smoosh
Last synced: 11 months ago
JSON representation
automagic async recompression!
- Host: GitHub
- URL: https://github.com/queer/smoosh
- Owner: queer
- License: other
- Created: 2023-05-28T20:31:00.000Z (about 3 years ago)
- Default Branch: mistress
- Last Pushed: 2023-07-14T13:48:14.000Z (almost 3 years ago)
- Last Synced: 2025-07-04T15:23:01.940Z (11 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```