1 2 3 4 5 6 7 8
#[allow(non_snake_case)] pub const VERSION: &str = "0.1"; pub mod client; pub mod haldoc; pub mod haldocs; pub mod halerror;