Registry / messaging / busrt
library0.5.5rscratesunverified

Local and network IPC bus for Rust.

# Cargo.toml [dependencies] busrt = "0.5.5"
INSTALL
IMPORT
SIG · BUSRT
B
busrt
messagingrustv0.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BusClient
use busrt::client::BusClient;

Connect to a BusRT server and publish a message to a topic.

use busrt::client::BusClient; #[tokio::main] async fn main() { let client = BusClient::new("tcp://127.0.0.1:5555").await.unwrap(); client.publish("topic", b"hello").await.unwrap(); }
Debug
Known issues
gotchaRequires a running BusRT server (busrtd) for network communication.
fix
Start the busrtd daemon before running the client.
affects: >=0.5.0
Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
OpenAI (training)
1
Resources
busrt — cargo add busrt · libregistry