#Sending binary data to Rust

4 messages · Page 1 of 1 (latest)

crystal birch
#

I read that with v2, channels are better for sending serious binary data.
Are there any examples of using them to send binary data to Rust? The docs example only has Rust to JavaScript...

#

Or can I just send binary data via commands?

coarse portal
#

by binary you mean like

#

a file converted to string?