Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Jul 19, 2022

Conversation

DrLuke
Copy link
Contributor

@DrLuke DrLuke commented Jul 3, 2022

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

src/address.rs Outdated Show resolved Hide resolved
src/address.rs Outdated Show resolved Hide resolved
@klingtnet
Copy link
Owner

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

DrLuke and others added 2 commits July 13, 2022 19:51
Apply suggestion

Co-authored-by: Andreas Linz <[email protected]>
Apply suggestion

Co-authored-by: Andreas Linz <[email protected]>
@klingtnet klingtnet merged commit a474c97 into klingtnet:master Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Draft: Only match addresses once
2 participants