Expand description
§MQTTier
A Rust MQTT client library providing an abstracted interface around rumqttc.
Structs§
- Credentials
- Credentials for authenticating with the MQTT broker
- Mqttier
Client - MqttierClient provides an abstracted, Clone-able interface around
rumqttc. - Mqttier
Options - Options for configuring the MqttierClient.
- Mqttier
Options Builder - Builder for
MqttierOptions. - TcpConnection
- Represents a non-TLS connection to a broker based on its hostname and port.
Enums§
- Connection
- Specifies what type of connection to make to the broker. TLS and websocket connections not currently supported.
- Mqttier
Error - Errors that can occur when using MqttierClient
- Mqttier
Options Builder Error - Error type for MqttierOptionsBuilder