{"id":75847,"library":"elbus","title":"Elbus","description":"Local and network IPC bus for Rust applications.","status":"active","version":"0.2.21","language":"rust","source_language":null,"source_url":"https://github.com/alttch/elbus","tags":["ipc","bus","networking","local","message-passing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nelbus = \"0.2.21\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add elbus","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Bus","correct":"use elbus::Bus;"}],"quickstart":{"code":"use elbus::Bus;\n\nfn main() {\n    let mut bus = Bus::new();\n    bus.publish(\"hello\", \"world\").unwrap();\n    println!(\"Message published\");\n}","lang":"rust","description":"Creates a simple IPC bus and publishes a message."},"warnings":[],"env_vars":null,"search_vec":"'applic':9 'bus':6,11 'elbus':1 'ipc':5,10 'local':2,13 'messag':15 'message-pass':14 'network':4,12 'pass':16 'rust':8","created_at":"2026-06-17T19:21:49.641704+00:00","updated_at":"2026-06-17T19:21:49.641704+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/alttch/elbus","github":"https://github.com/alttch/elbus","docs":"https://docs.rs/elbus/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}