klingtnet / rosc

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

Borrow OscAddress instead of moving #36

Closed DrLuke closed 2 years ago

DrLuke commented 2 years ago

Whoops, it doesn't make sense to move the OscAddress into match_address 😄

klingtnet commented 2 years ago

I should have seen that in the review, as well 🙈. Thanks for fixing!