Expand description
§mqttbytes-core-next
mqttbytes-core-next contains shared MQTT packet primitives used by the rumqttc-next protocol crates.
§Scope
- Shared
QoS, topic, ping, and primitive byte helpers. - Reused by both
rumqttc-v4-nextandrumqttc-v5-next. - Intended mainly for the rumqtt client family and advanced integrations that need low-level MQTT building blocks.
This crate is not a full MQTT client and does not provide networking, event loops, or broker session management.
Re-exports§
pub use qos::QoS;pub use qos::qos;pub use topic::has_wildcards;pub use topic::matches;pub use topic::valid_filter;pub use topic::valid_topic;