Module common

Source

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