klingtnet / rosc

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

Implement FromIterator for OscArray #12

Closed ooesili closed 3 years ago

ooesili commented 3 years ago

This allows us to collect an iterator of Into<OscType> items directly into an OscArray.

klingtnet commented 3 years ago

Thank you for your contribution! This looks fine to me and I will merge and release this tomorrow.