lucab / zbus_systemd

A pure-Rust library to interact with systemd DBus services
https://docs.rs/zbus_systemd
27 stars 7 forks source link

Add unit name escape helpers #38

Closed bouk closed 2 months ago

bouk commented 2 months ago

Just like the bus labels, but for unit names. Based on the systemd implementations

lucab commented 2 months ago

Thanks for the PR! Happy to take this once clippy is green.

PS: in case you missed it, I switched to a new versioning scheme: https://github.com/lucab/zbus_systemd/pull/37.

bouk commented 2 months ago

Fixed!