{"id":70985,"library":"busrt","title":"BusRT","description":"Local and network IPC bus for Rust.","status":"active","version":"0.5.5","language":"rust","source_language":null,"source_url":"https://github.com/alttch/busrt","tags":["ipc","bus","messaging","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbusrt = \"0.5.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add busrt","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"BusClient","correct":"use busrt::client::BusClient;"}],"quickstart":{"code":"use busrt::client::BusClient;\n\n#[tokio::main]\nasync fn main() {\n    let client = BusClient::new(\"tcp://127.0.0.1:5555\").await.unwrap();\n    client.publish(\"topic\", b\"hello\").await.unwrap();\n}","lang":"rust","description":"Connect to a BusRT server and publish a message to a topic."},"warnings":[{"fix":"Start the busrtd daemon before running the client.","message":"Requires a running BusRT server (busrtd) for network communication.","severity":"gotcha","affected_versions":">=0.5.0"}],"env_vars":null,"search_vec":"'async':12 'bus':6,10 'busrt':1 'ipc':5,9 'local':2 'messag':11 'network':4 'rust':8","created_at":"2026-06-17T18:21:17.278506+00:00","updated_at":"2026-06-17T18:21:17.278506+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/busrt","github":"https://github.com/alttch/busrt","docs":"https://docs.rs/busrt/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}