1 2 3 4 5 6 7 8 9
#[cfg(test)] mod test_bytes_packet; #[cfg(test)] pub mod test_packets; #[cfg(test)] pub use test_bytes_packet::*; pub const EMQX_CERT: &[u8] = include_bytes!("broker.emqx.io-ca.crt");