ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.67k stars 206 forks source link

Add raw_binary format #625

Closed mwylde closed 4 months ago

mwylde commented 4 months ago

Adds raw_binary format to complement raw_string (which requires the data be valid UTF-8). This is most useful for implementing deserialization/serialization of custom binary protocols.