klingtnet / rosc

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

Add OscAddress struct so that addresses only have to be validated once #32

Closed DrLuke closed 2 years ago

DrLuke commented 2 years ago

Add an OscAddress struct that is passed into match_address. This way an address only has to be verified once on program start instead of every time it is being matched.

Closes #29

klingtnet commented 2 years ago

Again, thank you very much for your contributions @DrLuke !