Registry / networking / minimq

minimq

JSON →
library0.12.0rscratesunverified

An MQTT5 client for embedded systems.

# Cargo.toml [dependencies] minimq = "0.12.0"
INSTALL
IMPORT
SIG · MINIMQ
M
minimq
networkingrustv0.12.0
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.

Client
use minimq::Client;

Creates an MQTT5 client connected to a broker.

use minimq::Client; fn main() { let client = Client::new("localhost", 1883); // Connect and publish/subscribe to topics }
Debug
Known issues
gotchaDesigned for embedded systems; may not support all MQTT5 features.
fix
Check documentation for supported features and limitations.
affects: >=0.12.0
Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
minimq — cargo add minimq · libregistry