1 2 3 4 5 6 7 8 9
#[allow(non_upper_case_globals)] pub const bazaar: &'static str = "bazaar"; #[allow(non_upper_case_globals)] pub const payment: &'static str = "payment"; #[allow(non_upper_case_globals)] pub const system: &'static str = "system";