klingtnet / rosc

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

Implement stream encoding #49

Open klingtnet opened 1 year ago

klingtnet commented 1 year ago

This adds encode_tcp and fixes a bug when decoding a message that contains multiple packets. The implementation is still pretty basic, ideally encode_tcp should accept an Output trait object to encode into.

TODOS