(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=41213711

Hi, I made a bridge (https://github.com/fzyzcjy/flutter_rust_bridge v2.0.0) between Flutter and Rust, which auto translates syntaxes like arbitrary types, &mut, async, traits, results, closure (callback), lifetimes, 目标是在两者之间架起一座桥梁,就像使用一种语言一样无缝。然后,作为示例,我展示了如何利用 Flutter 使用 GUI 编写 Rust 应用程序。 链接中对此进行了详细讨论。要使用它,请访问 GitHub 存储库,或参阅文章末尾了解详细的文件夹和命令。当我几年前首次发布 1.0.0 时,它只包含很少的功能 到今天。 这是我和贡献者们共同努力的结果,非常感谢所有贡献者!

相关文章

原文
Hi, I made a bridge (https://github.com/fzyzcjy/flutter_rust_bridge v2.0.0) between Flutter and Rust, which auto translates syntaxes like arbitrary types, &mut, async, traits, results, closure (callback), lifetimes, etc. The goal is to make a bridge between the two, seamlessly as if working in one single language.

Then, as an example, I showed how to write Rust applications with GUI by utilizing Flutter. That is discussed in the link in details.

To play with it, please visit the GitHub repo, or refer to the end of the article for detailed folders and commands.

When I first released 1.0.0 years ago, it only contained few features compared to today. It is the result of the hard work of contributors and me, and many thanks to all the contributors!

联系我们 contact @ memedata.com