dbus2 / zbus-old

Rust D-Bus crate.
https://gitlab.freedesktop.org/dbus/zbus
Other
49 stars 13 forks source link

Use std's abstract unix socket API #339

Open zeenix opened 1 year ago

zeenix commented 1 year ago

Apparently abstract unix socket support was added to std a while ago. We should make use of that instead of hacking the address etc.