klingtnet / rosc

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

implement std::error::Error for OscTimeError when std is enabled. #34

Closed maxnoel closed 2 years ago

klingtnet commented 2 years ago

Good catch! We forgot to add this implementation for OscTimeError.