klingtnet / rosc

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

Add OscTime type alias and use it for OscBundle time tags #10

Closed klingtnet closed 4 years ago

klingtnet commented 4 years ago

Before the time tag of an OscBundle was of type OscType and such required a user to match against this enum, which is cumbersome.

Closes #9

klingtnet commented 4 years ago

Also, I'm not sure how you do version bumps, but it would definitely be a breaking change, considering this is a master branch, maybe you want to update Cargo.toml to 0.4.0?

I do think as well that a bump 0.4.0 is appropriate.

Thank you very much for the review!