1 2 3 4 5 6 7 8 9 10
pub mod commands { pub const VERSION_2: &'static str = " V2"; pub const PUB: &'static str = "PUB"; pub const SUB: &'static str = "SUB"; pub const RDY: &'static str = "RDY"; pub const IDENTIFY: &'static str = "IDENTIFY"; }