1 unstable release
0.5.0 | Apr 10, 2023 |
---|
#246 in FFI
5KB
77 lines
sourcegear-bridge-build
Using the Native AOT features of .NET 8.0, libraries can be built as regular native code which can be linked with any language that can interop with C.
SourceGear Bridge is a binding generator for .NET. It uses the metadata of .NET to creating Rust bindings.
This crate provides the build script support which runs the binding generator so that .NET code can be called from Rust.
See https://github.com/sourcegear/bridge-info for more information.