cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.82k stars 64 forks source link

[flatbuffers] How to switch protobuff to flatbuffers? #388

Closed EnvOut closed 1 month ago

temeddix commented 1 month ago

Rinf is currently made upon Protobuf and not Flatbuffers. If you want to send binary data without serialization with memory copy, you can use [RINF:RUST-SIGNAL-BINARY to send the raw bytes data between Dart and Rust.