Rust lib file for .Net

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.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.