caesar-transfer/caesar_gui/native
2024-05-16 20:25:21 +02:00
..
hub refactir(gui): added flutter version with flutter_rust_bridge 2024-05-16 20:25:21 +02:00
README.md feature(gui): first basic attempt for a gui frontend in flutter 2024-05-15 19:46:48 +02:00

Rust Crates

This folder contains Rust crates. Entry point of the Rust logic is the hub library crate. These crates are integrated and compiled into the Flutter app by the Rinf framework.

  • Do NOT change the name of the hub crate. Compilation presets expect the entry library crate to be located at ./native/hub.
  • Do NOT modify the bridge module inside ./native/hub/src unless you know what you're doing.
  • You CAN name crates other than hub as you want.