Make tauri compatible with .NET (interop C#/VB with Rust) #9114
RubenPX
started this conversation in
Show and tell
Replies: 2 comments 7 replies
-
It sounds great but it's a pity that the license is not permissive one, MPL, or at least LGPL but GPL. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The industry standard for sharing code between languages is shared library such as .so (android), .xcframework (ios), .dll (windows) and so on. Export dll from your dot net and life will be easier. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently i tried to make a rust compatible with C# (just for fun)
Using netcorehost by @OpenByteDev
It's a hybrid that supports C# and Rust with Tauri.
The project name is TauriNET (I don't know if i put this name in repository it violate any rule or something)
I don't know if this project is useful for something, but i liked to make it, and it's super small code
Link here: https://github.com/RubenPX/TauriNET
Beta Was this translation helpful? Give feedback.
All reactions