Crate mqtt_topic_tree

Source

Re-exports§

pub use crate::sync::MqttTopicTree;
pub use crate::topic_tree::TopicTree;
pub use crate::topic_tree::Subscriber;
pub use crate::topic::TopicFilter;
pub use crate::topic::TopicName;

Modules§

sync
topic
topic_tree

Enums§

QoS
Packet delivery Quality of Service level.

Type Aliases§

ClientId
ClientId is the internal id assigned to the client by the server, u64 will never overflow, so we can safely assume this is unique