Adding ntex_mqtt library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ntex-mqtt

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ntex-mqtt = "8.0.0"

The ntex_mqtt library will be automatically available globally. Read the ntex_mqtt library documentation.

Back to the crate overview.