sourcegear-bridge-cargo

Crates.iosourcegear-bridge-cargo
lib.rssourcegear-bridge-cargo
version0.5.0
sourcesrc
created_at2023-04-10 17:12:52.163989
updated_at2023-04-10 17:12:52.163989
descriptionCargo subcommand for SourceGear Bridge, a binding generator for .NET
homepagehttps://github.com/sourcegear/bridge-info
repository
max_upload_size
id835311
size19,919
Eric Sink (ericsink)

documentation

README

sourcegear-bridge-cargo

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 is a Cargo subcommand which makes it easy to configure a Rust project with the build script and config files necessary to use .NET code.

cargo sgbridge init --help
Commit count: 0

cargo fmt