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
- Host: GitHub
- URL: https://github.com/sappho192/csbindgen-exercise
- Owner: sappho192
- License: mit
- Created: 2024-01-12T07:42:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T05:55:06.000Z (over 1 year ago)
- Last Synced: 2025-02-02T22:37:10.343Z (4 months ago)
- Language: Rust
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.