An open API service indexing awesome lists of open source software.

https://github.com/sappho192/csbindgen-exercise

Exercise project using csbindgen to make a C# DLL from Rust
https://github.com/sappho192/csbindgen-exercise

Last synced: 2 months ago
JSON representation

Exercise project using csbindgen to make a C# DLL from Rust

Awesome Lists containing this project

README

        

# csbindgen-exercise

Exercise project using csbindgen to make a C# DLL from Rust

## Quickstart

Just run the command `cargo build` in the terminal.
After building the library, run `copy_libs.ps1` to copy the generated libraries.