Registry / networking / elbus
library0.2.21rscratesunverified

Local and network IPC bus for Rust applications.

# Cargo.toml [dependencies] elbus = "0.2.21"
INSTALL
IMPORT
SIG · ELBUS
E
elbus
networkingrustv0.2.21
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.

Bus
use elbus::Bus;

Creates a simple IPC bus and publishes a message.

use elbus::Bus; fn main() { let mut bus = Bus::new(); bus.publish("hello", "world").unwrap(); println!("Message published"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.21latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
elbus — cargo add elbus · libregistry