Crate xbf_rs

source ·
Expand description

This crate is a Rust implementaton of the XBF serialization and deserialization format.

The format itself is described here

Modules

  • The XBF prelude imports the various conversions traits to make creating xbf types as ergonomic as possible. The intention is to include use xbf_rs::prelude::*; and have easy access to the majority of things you’ll need.

Structs

Enums

Constants

Traits