klingtnet / rosc

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

Draft: Only match addresses once #29

Closed klingtnet closed 2 years ago

klingtnet commented 2 years ago

We need a struct for addresses so we only have to validate them once instead of every time match_address is invoked

This needs a proper description, just see this issue as a reminder for now.

This is a follow-up of #26 .