rbx_binary 0.4.1

Weakly-typed Roblox DOM implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# rbx_binary
[![rbx_binary on crates.io](https://img.shields.io/crates/v/rbx_binary.svg)](https://crates.io/crates/rbx_binary)
[![rbx_binary docs](https://img.shields.io/badge/docs-docs.rs-orange.svg)](https://docs.rs/rbx_binary)

Implementation of Roblox's binary model formats, rbxm and rbxl, for the rbx-dom ecosystem.

## Coverage
rbx\_xml aims to support all property types from rbx\_tree, but it currently lags behind rbx\_xml due to implementation complexity.

## Format
For a specification of what the format looks like, see [FORMAT.md](FORMAT.md).