1 2 3 4 5 6
pub const PREV_CONFIG_VERSION: u16 = 1; pub const NEXT_CONFIG_VERSION: u16 = 2; mod convert; mod old_structs; pub use old_structs::*;