DEV Community

Discussion on: Rust once and share it with Android, iOS and Flutter

Collapse
 
robertohuertasm profile image
Roberto Huertas

The main objective of the article was to show that you could share the same code between different platforms, including Flutter. That being said, I guess it would only make sense to use Rust for a very intense process or calculation so you could leverage Rust's memory management and the ability to work in a parallel way without having to use isolates.