Documentation
  • Coverage
  • 30.23%
    13 out of 43 items documented0 out of 29 items with examples
  • Size
  • Source code size: 22.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 668.72 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • piot/raff
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • piot

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.