caesar-transfer/caesar_gui/messages
2024-05-15 19:46:48 +02:00
..
README.md feature(gui): first basic attempt for a gui frontend in flutter 2024-05-15 19:46:48 +02:00
ressource.proto feature(gui): first basic attempt for a gui frontend in flutter 2024-05-15 19:46:48 +02:00

Protobuf Messages

This folder contains Protobuf message files that serve as an API between Dart and Rust. .proto files can be compiled into Dart and Rust code with the command rinf message, provided by the Rinf framework.