sourcegear-bridge-build 0.5.0

Build script support for SourceGear Bridge, a binding generator for .NET
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 4.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.28 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ericsink

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.