bve 0.0.1

Remaking OpenBVE using a modern architecture, using Unity and Rust.
1
2
3
4
5
6
7
8
9
10
11
//! File parsers, linters, and code generators

pub mod animated;
pub mod extensions_cfg;
pub mod function_scripts;
pub mod kvp;
pub mod mesh;
pub mod train_dat;
mod util;

pub use util::Span;