Registry / networking / mqttrs

mqttrs

JSON →
library0.4.1rscratesunverified

MQTT protocol encoding and decoding library.

# Cargo.toml [dependencies] mqttrs = "0.4.1"
INSTALL
IMPORT
SIG · MQTTRS
M
mqttrs
networkingrustv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MqttRead
use mqttrs::MqttRead;

Decodes an MQTT packet from bytes.

use mqttrs::MqttRead; fn main() { let bytes = vec![0x10, 0x00]; let packet = bytes.as_slice().read().unwrap(); println!("Decoded packet: {:?}", packet); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mqttrs — cargo add mqttrs · libregistry