Expand description
A MQTT v5.0 packet parser and generator. This crate is unstable and under active development.
Macros§
- build_
enum - Generates a public enum with the following traits implemented:
Structs§
- Property
- A Property consists of an Identifier which defines its usage and data type, followed by a value.
Enums§
- Data
Type - Data types defined by the MQTT v5 spec.
- Error
- Error type used in all
Result<T, E>
return values. - Identifier
- Packet
Type - Variable
Byte