rinf_cli 8.10.0

Rust for native business logic, Flutter for flexible and beautiful GUI
Documentation
1
2
3
4
5
6
# 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](https://rinf.cunarist.org) framework.

- Do NOT change the name of the `hub` crate. Compilation presets expect the entry library crate to be located at `native/hub`.
- You CAN name crates other than `hub` as you want.