Serialization and deserialization of MQTT v4 and v5 packets.
# Cargo.toml
[dependencies]
mqttbytes = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses an MQTT packet from raw bytes.
Enable the 'v5' feature in Cargo.toml: mqttbytes = { version = "0.6", features = ["v5"] }No dependency data recorded yet.