csharpbindgen
csharpbindgen copied to clipboard
A Rust library for generating C# bindings from Rust code.
Results
1
csharpbindgen issues
Sort by
recently updated
recently updated
newest added
In https://github.com/toolness/pathfinder-unity-fun/issues/9 it was suggested that we use C#'s [`SafeHandle`](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.safehandle?view=netframework-4.8) instead of `IntPtr`. This adds a `Builder::use_safe_handles()` method which supports this use case.