guido_rbx_types 1.4.2

Types used to represent Roblox values
Documentation
#[cfg(feature = "serde")]
#[macro_use]
mod serde_util;

mod attributes;
mod axes;
mod basic_types;
mod binary_string;
mod brick_color;
mod content;
mod error;
mod faces;
mod lister;
mod physical_properties;
mod referent;
mod shared_string;
mod tags;
mod variant;

pub use attributes::*;
pub use axes::*;
pub use basic_types::*;
pub use binary_string::*;
pub use brick_color::*;
pub use content::*;
pub use error::*;
pub use faces::*;
pub use physical_properties::*;
pub use referent::*;
pub use shared_string::*;
pub use tags::*;
pub use variant::*;