bunko 📦🔥
bunko is a lightweight, flexible, and high-performance Rust library for data compression and decompression. bunko simplifies handling Gzip, Zlib and Deflate compression in both single-pass and streaming modes while leveraging Rust's safety and performance.
Why choose bunko?
- Built with Rust, bunko offers incredible performance with low overhead.
- No manual memory management, ensuring safety at every step.
- Designed to be intuitive, whether you're compressing small strings or handling large data streams.
Getting Started
Installation
Add bunko to your Cargo.toml:
[]
= "0.1.0"
Example: Gzip Compression and Decompression
use ;
License
This library is licensed under MIT.