sourcegear-bridge-build

Crates.iosourcegear-bridge-build
lib.rssourcegear-bridge-build
version0.5.0
sourcesrc
created_at2023-04-10 16:26:31.491223
updated_at2023-04-10 16:26:31.491223
descriptionBuild script support for SourceGear Bridge, a binding generator for .NET
homepagehttps://github.com/sourcegear/bridge-info
repository
max_upload_size
id835264
size4,797
Eric Sink (ericsink)

documentation

README

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.

Commit count: 0

cargo fmt