mqttbytes-core-next 0.29.0

Shared MQTT packet primitives for the rumqttc-next client crates
Documentation
  • Coverage
  • 45.24%
    19 out of 42 items documented0 out of 23 items with examples
  • Size
  • Source code size: 20.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • thehouseisonfire/rumqtt
    9 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thehouseisonfire

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.