raff

Crates.ioraff
lib.rsraff
version0.1.0
created_at2024-10-09 13:19:12.108201+00
updated_at2026-01-13 10:37:24.588781+00
descriptionRAFF format
homepage
repositoryhttps://github.com/piot/raff
max_upload_size
id1402378
size22,763
Peter Bjorklund (piot)

documentation

README

RAFF 🦊

RAFF is a Rust library designed for handling custom binary container formats with efficient variable-length encoding.

🚀 Features

  • TwoCC Tagging 🏷️: Utilize two-character codes for compact and readable tags.
  • Variable-Length Encoding (VLQ) 🔢: Efficiently encode u32 sizes using up to 4 octets.

📦 Installation

Add RAFF to your project by adding the following to your Cargo.toml:

[dependencies]
raff = "0.0.1"

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 4

cargo fmt