Registry / networking / zbus-names

zbus-names

JSON →
library4.3.2rscratesunverified

A collection of D-Bus bus names types for use with the zbus crate.

# Cargo.toml [dependencies] zbus_names = "4.3.2"
INSTALL
IMPORT
SIG · ZBUS-NAMES
Z
zbus-names
networkingrustv4.3.2
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.

BusName
use zbus_names::BusName;

Create and display a D-Bus bus name

use zbus_names::BusName; fn main() { let name = BusName::from_static_str("org.example.MyService").unwrap(); println!("{}", name); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
OpenAI (training)
1
Resources
zbus-names — cargo add zbus-names · libregistry