Crate mqtt_packet

Source
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§

DataType
Data types defined by the MQTT v5 spec.
Error
Error type used in all Result<T, E> return values.
Identifier
PacketType
VariableByte