rustbus
rustbus copied to clipboard
Dbus transport in pure rust
Hi, What's the status of the project? Are signals working? I have been trying to use the project, but I've been running into issues with signals. Do signals work? I...
According to https://dbus.freedesktop.org/doc/dbus-specification.html#basic-types, object path elements must only contain the ASCII characters a-z, A-Z, 0-9 and _ https://github.com/KillingSpark/rustbus/blob/master/rustbus/src/params/validation.rs#L57 uses is_alphanumeric(), which also covers various other characters such as german umlauts...