I want to create a desktop application but due to the lack of mature libraries the UI side of things has to be in Rust. I'd like to use Nim for the business logic. The Nim application should be at minimum be able to pass the data to the Rust application. The best case scenario would be if it was possible to fully orchestrate the behavior of the Nim app from the Rust app UI.
What would be the best way to go about this?
