diwic / dbus-rs

D-Bus binding for the Rust language
Other
591 stars 133 forks source link

implement Append for Cow<'a, str> and Cow<'a, [T]> #482

Closed Flying-Toast closed 2 months ago

Flying-Toast commented 2 months ago

closes #481

diwic commented 2 months ago

Thanks! Maybe it would make sense to implement Get for Cow as well?