Using a rust crate from crates.io #1305
Unanswered
RayyanAnsari
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I guess maybe https://cjycode.com/flutter_rust_bridge/feature/lang_external.html#types-in-other-crates? And feel free to PR to improve the automation that makes you write even less code for mirroring a crate! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've read the docs for integrating rust code within a flutter app, however, they all create their own rust crate and write code into
lib.rs
andapi.rs
. All I want to do is use the functions from an existing rust crate published on crates.io - how do I do this?Beta Was this translation helpful? Give feedback.
All reactions