12 releases (7 breaking)
0.17.0 | Oct 25, 2024 |
---|---|
0.16.2 | Oct 17, 2024 |
0.15.1 | Oct 1, 2024 |
0.14.0 | Sep 26, 2024 |
0.10.1 | Apr 22, 2024 |
#292 in Configuration
755 downloads per month
Used in 3 crates
160KB
3K
SLoC
miniconf
MQTT Client
This package contains a MQTT client exposing a miniconf
interface via MQTT using minimq
.
Command types
Command | Node | Response Topic | Payload |
---|---|---|---|
Get | Leaf | set | empty |
List | Internal | set | empty |
Dump | (any) | not set | empty |
Set | Leaf | some | |
(Error) | Internal | some |
Notes
List
list paths that would result inminiconf::Traversal::Absent
onGet
orSet
.
lib.rs
:
The Minimq MQTT client for `miniconf``.
Dependencies
~2.2–3MB
~61K SLoC