rumqttc 0.20.0

An efficient and robust mqtt client for your connected devices
Documentation

rumqttc

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 2 of them enabled by default.

default

  • use-rustls

use-rustls

  • dep:tokio-rustls
  • dep:rustls-pemfile
  • dep:rustls-native-certs

websocket

  • dep:async-tungstenite
  • dep:ws_stream_tungstenite
  • dep:http

use-native-tls

  • dep:tokio-native-tls
  • dep:native-tls

ws_stream_tungstenite

    This feature flag does not enable additional features.

async-tungstenite

    This feature flag does not enable additional features.

native-tls

    This feature flag does not enable additional features.

tokio-rustls

    This feature flag does not enable additional features.

tokio-native-tls

    This feature flag does not enable additional features.

rustls-pemfile

    This feature flag does not enable additional features.

rustls-native-certs

    This feature flag does not enable additional features.

url

    This feature flag does not enable additional features.

http

    This feature flag does not enable additional features.