mqtt5_protocol/
protocol.rs

1pub mod v5;
2
3pub const PROTOCOL_VERSION_5: u8 = 5;
4pub const PROTOCOL_VERSION_311: u8 = 4;