The World's Simplest C# WPF MVVM Example as described here. A C# 9 (.NET 5.0) version of the code can be found in the C#9.0 branch. A C# 8 (.NET Core 3.0) version of the code can be found in the c#8.0 ...
Automatically generates C# DllImport code from Rust extern "C" fn code. Whereas DllImport defaults to the Windows calling convention and requires a lot of configuration for C calls, csbindgen ...