Is it possible to use VB.net to create the UI and have it reference a Rust library to do the work? Any thoughts would be appreciated.
Thanks
Is it possible to use VB.net to create the UI and have it reference a Rust library to do the work? Any thoughts would be appreciated.
Thanks
You can try to build a dll and open it in your VB app. I’m pretty sure .NET has something like dlopen
from C.