RAFF is a Rust library designed for handling custom binary container formats with efficient variable-length encoding.
- TwoCC Tagging π·οΈ: Utilize two-character codes for compact and readable tags.
- Variable-Length Encoding (VLQ) π’: Efficiently encode u32 sizes using up to 4 octets.
Add RAFF to your project by adding the following to your Cargo.toml:
[dependencies]
raff = "0.0.1"This project is licensed under the MIT License. See the LICENSE file for details.