klingtnet / rosc

An OSC library for Rust.
Apache License 2.0
173 stars 25 forks source link

Derive Clone for address structs #38

Closed DrLuke closed 2 years ago

DrLuke commented 2 years ago

Derive Clone and Debug for address structs and also Display for OscAddress

klingtnet commented 2 years ago

Thanks @DrLuke.