rmqtt_cluster_broadcast
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:
Cargo.toml
[dependencies]
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.