mqrstt 0.1.3

Pure rust MQTTv5 client implementation for Smol, Tokio and soon sync too.
Documentation
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");