fundamentum-iot-mqtt-proto 0.1.0

Bindings to Fundamentum IoT MQTT protos
Documentation
# Fundamentum IoT MQTT Proto Rust

[![Crates.io][crate-badge]][crate-url]
[![License][licence-badge]][licence-url]
[![Build Status][build-badge]][build-url]
[![Docs.rs][doc-badge]][doc-url]

[Website][website-url] | [Docs][doc-url]

> :warning: **Warning**  
> The interfaces provided by this library are not intended for direct use.
> We do not offer any support or guarantee of backward compatibility for these interfaces.  
> We strongly recommend using the [Fundamentum Edge Daemon][repo-edge-daemon] along with its
> associated [Proto files][repo-edge-proto] for a stable and supported experience.

Rust bindings to Fundamentum IoT MQTT *gRPC* IDL files.
A library that provides a Rust representation of the basic types, interfaces and
other components required to define and interact with the *gRPC* interface defined
by [`fundamentum-iot-mqtt-proto`][repo-proto].

Current direct users:

 -  [`fundamentum-edge-daemon`][repo-daemon]: the actual edge daemon server
    implementation.

[repo-proto]: https://bitbucket.org/amotus/fundamentum-iot-mqtt-proto
[repo-daemon]: https://bitbucket.org/amotus/fundamentum-edge-daemon

## Maintainer

See separate [maintainer](./doc/maintainer.md) page.

## License

Licensed under Apache License, Version 2.0 [LICENSE](./LICENSE).

[crate-badge]: https://img.shields.io/crates/v/fundamentum-iot-mqtt-proto.svg
[crate-url]: https://crates.io/crates/fundamentum-iot-mqtt-proto
[licence-badge]: https://img.shields.io/badge/license-apache_2.0-blue.svg
[licence-url]: https://bitbucket.org/amotus/fundamentum-iot-mqtt-proto-rust/src/master/LICENSE
[build-badge]: https://img.shields.io/bitbucket/pipelines/amotus/fundamentum-iot-mqtt-proto-rust/master
[build-url]: https://bitbucket.org/amotus/fundamentum-iot-mqtt-proto-rust/pipelines
[doc-badge]: https://docs.rs/fundamentum-iot-mqtt-proto/badge.svg
[doc-url]: https://docs.rs/fundamentum-iot-mqtt-proto
[website-url]: https://www.dimonoff.com/services/fundamentum-iot-platform-paas

[repo-edge-daemon]: https://bitbucket.org/amotus/fundamentum-edge-daemon
[repo-edge-proto]: https://bitbucket.org/amotus/fundamentum-edge-proto