rail_lang/
lib.rs

1pub mod tokens;
2pub mod v1;
3
4pub const RAIL_VERSION: &str = std::env!("CARGO_PKG_VERSION");