pub mod global { pub mod schema_version { pub const K: &str = "SCHEMA_VERSION"; pub type V = u32; } }