vbsp-common 0.1.0

Common types and helpers for valve bsp files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod angle;
mod bool;
mod color;
mod lightcolor;
mod negated;
mod prop;
mod property;
mod vector;

pub use angle::Angles;
pub use bool::deserialize_bool;
pub use color::Color;
pub use lightcolor::LightColor;
pub use negated::Negated;
pub use prop::{AsPropPlacement, PropPlacement};
pub use property::{EntityParseError, EntityProp, FromStrProp};
pub use vector::Vector;