| Crates.io | brotschneider |
| lib.rs | brotschneider |
| version | 0.1.0 |
| created_at | 2025-04-27 10:30:07.54756+00 |
| updated_at | 2025-04-27 10:30:07.54756+00 |
| description | A pure Rust Brotli compression and decompression library - precision slicing for your data! |
| homepage | |
| repository | https://github.com/nikhil-prabhu/brotschneider |
| max_upload_size | |
| id | 1650994 |
| size | 37,719 |
Precision slicing for your bytes.
Brotschneider is a pure Rust implementation of Brotli compression and decompression. Lightweight, fast, and focused on simplicity — no FFI, no dependencies on C code.
Ideal for embedding in Rust projects, learning compression internals, or simply slicing your data down to size.