7 unstable releases (3 breaking)
0.6.0 | Sep 22, 2022 |
---|---|
0.5.2 | May 28, 2022 |
0.5.1 | Feb 23, 2022 |
0.5.0 | Jan 25, 2022 |
0.2.0 | Jun 28, 2021 |
#40 in #mqtt-client
70 downloads per month
Used in rustot
140KB
3K
SLoC
MQTT Client for Embedded devices
no_std, no_alloc crate implementing secure MQTT Client capabilities.
This crate is highly inspired by the great work in rumqttc.
Tests
The crate is covered by tests. These tests can be run by
cargo test --tests --all-features
, and are run by the CI on every push to master.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~1.5MB
~28K SLoC