Crate mqttrust_core

Source

Re-exports§

pub use bbqueue;

Modules§

encoding

Structs§

Client
MQTT Client
EventLoop
MqttOptions
Options to configure the behaviour of mqtt connection
Pid
Packet Identifier.
Publish
Publish packet (MQTT 3.3).
PublishNotification
Suback
Subsack packet (MQTT 3.9).
Subscribe
Subscribe packet (MQTT 3.8).
SubscribeTopic
Subscribe topic.
Unsubscribe
Unsubscribe packet (MQTT 3.10).

Enums§

Broker
EventError
Critical errors during eventloop polling
MqttError
NetworkError
Notification
Includes incoming packets from the network and other interesting events happening in the eventloop
Packet
Base enum for all MQTT packet types.
QoS
Packet delivery Quality of Service level.
QosPid
Combined QoS/Pid.

Traits§

Mqtt