summaryrefslogtreecommitdiffstats
path: root/README.md
blob: d436899a148aa7e66b3018d6f34a273dce741c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# CloudMQTT

[![Crates.io](https://img.shields.io/crates/v/cloudmqtt.svg)](https://crates.io/crates/cloudmqtt)
[![Docs.rs](https://docs.rs/cloudmqtt/badge.svg)](https://docs.rs/cloudmqtt)
[![Check CloudMQTT](https://github.com/TheNeikos/cloudmqtt/actions/workflows/check.yml/badge.svg?branch=main&event=push)](https://github.com/TheNeikos/cloudmqtt/actions/workflows/check.yml)

A simple and straightforward to use MQTT client (and in the future server).

## License

Licensed under the [MPL 2.0 License](./LICENSE).


## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the MPL 2.0 license, shall be
licensed as above, without any additional terms or conditions.

See [CONTRIBUTING.md](CONTRIBUTING.md).