503 B
503 B
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 Rinf framework.
- Do NOT change the name of the
hubcrate. Compilation presets expect the entry library crate to be located at./native/hub. - Do NOT modify the
bridgemodule inside./native/hub/srcunless you know what you're doing. - You CAN name crates other than
hubas you want.