Skip to main content

Crate mqttbytes_core

Crate mqttbytes_core 

Source
Expand description

§mqttbytes-core-next

crates.io page docs.rs page

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-next and rumqttc-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;

Modules§

ping
primitives
qos
topic