Rust Rewrite WIP

This commit is contained in:
Henry Hiles 2026-01-17 14:29:38 -05:00
commit 4569aeac33
No known key found for this signature in database
60 changed files with 44263 additions and 7 deletions

View file

@ -0,0 +1,5 @@
/// This is copied from Cargokit (which is the official way to use it currently)
/// Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin
A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.