Adding rmqtt_cluster_broadcast library as a dependency

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

cargo add rmqtt-cluster-broadcast

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

rmqtt-cluster-broadcast = "0.18.1"

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

Back to the crate overview.