{"id":59418,"library":"shared-bus","title":"Shared Bus","description":"Abstraction for sharing a bus between multiple devices in embedded systems.","status":"active","version":"0.3.1","language":"rust","source_language":null,"source_url":"https://github.com/Rahix/shared-bus","tags":["embedded","bus","i2c","spi","hardware"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nshared-bus = \"0.3.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add shared-bus","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"BusManager","correct":"use shared_bus::BusManager;"}],"quickstart":{"code":"use shared_bus::BusManager;\n\nfn main() {\n    let manager = BusManager::new();\n    println!(\"Bus manager created\");\n}","lang":"rust","description":"Creates a new bus manager for sharing."},"warnings":[{"fix":"Use with embedded-hal implementations and ensure correct bus type.","message":"Requires a specific bus implementation (e.g., I2C, SPI) and may need platform-specific setup.","severity":"gotcha","affected_versions":">= 0.1.0"}],"env_vars":null,"search_vec":"'abstract':3 'bus':2,7,15 'devic':10 'embed':12,14 'hardwar':18 'i2c':16 'multipl':9 'share':1,5 'spi':17 'system':13","created_at":"2026-06-16T17:02:22.144409+00:00","updated_at":"2026-06-16T17:02:22.144409+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/Rahix/shared-bus","github":"https://github.com/Rahix/shared-bus","docs":"https://docs.rs/shared-bus/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}