https://github.com/scanmountgoat/smasharcnet
A safe C# wrapper for the smash-arc Rust library
https://github.com/scanmountgoat/smasharcnet
Last synced: about 1 year ago
JSON representation
A safe C# wrapper for the smash-arc Rust library
- Host: GitHub
- URL: https://github.com/scanmountgoat/smasharcnet
- Owner: ScanMountGoat
- License: mit
- Created: 2020-11-11T03:44:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T18:28:24.000Z (over 2 years ago)
- Last Synced: 2025-01-03T08:31:38.543Z (over 1 year ago)
- Language: C#
- Size: 14.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmashArcNet
A safe C# wrapper for the [smash-arc](https://github.com/jam1garner/smash-arc) Rust library. The project targets .NET Core 3.1 and includes binaries for the Rust library for Windows and Linux.
## Example Usage
Updated hashes can be found in the [archive-hashes](https://github.com/ultimate-research/archive-hashes) repo.
`SmashArcNetCLI `
## Building
Clone with `git clone https://github.com/ScanMountGoat/SmashArcNet.git --recursive` to properly initialize all submodules.
A Rust installation is required, which can be downloaded from https://www.rust-lang.org/tools/install.
Build with MSBuild or using Visual Studio 2019 or later.