mangayomi-mirror/native
kodjomoustapha a7773f9435 Added Many features
- Added boa_engine(for JS runtime) from Rust
- Added some method for Element and Document Wrappers
- Added some cool views to Player
- Refactor
2023-12-27 23:04:19 +01:00
..
hub Added Many features 2023-12-27 23:04:19 +01:00
README.md crop borders finally works 2023-10-21 14:11:49 +01: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 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.