Re-exports§
pub use self::encodable::Decodable;
pub use self::encodable::Encodable;
pub use self::qos::QualityOfService;
pub use self::topic_filter::TopicFilter;
pub use self::topic_name::TopicName;
pub use self::topic_name::TopicNameDecodeError;
pub use self::topic_name::TopicNameError;
pub use self::topic_name::TopicNameRef;
pub use self::variable_header::*;
Modules§
- encodable
- packet
- qos
- QoS (Quality of Services)
- topic_
filter - Topic filter
- topic_
name - Topic name
- variable_
header
Constants§
- LEVEL_
SEP - Character used to separate each level within a topic tree and provide a hierarchical structure.
- MATCH_
ALL_ CHAR - Wildcard character that matches any number of levels within a topic.
- MATCH_
ALL_ STR - The &str version of
MATCH_ALL_CHAR
- MATCH_
DOLLAR_ STR - The &str version of
MATCH_DOLLAR_STR
- MATCH_
ONE_ CHAR - Wildcard character that matches only one topic level.
- MATCH_
ONE_ STR - The &str version of
MATCH_ONE_CHAR
- SHARED_
PREFIX - Shared topic prefix
- SYS_
PREFIX - System topic prefix