Skip to content

Dynamic Rust library published as a NuGet Package

Notifications You must be signed in to change notification settings

FreyMo/RustSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustSharp

WIP

Working sample of a dynamic Rust Library packed as a NuGet Package. Some more effort required to have it work cross platform.

How To

Prerequisites

  • .NET 6 SDK
  • Latest rustup/cargo installed

macOS

rustup target add aarch64-apple-darwin
rustup target add x86_64-pc-windows-gnu

cd RustLib.Cli
sudo dotnet run -c Release

Others

WIP, Docker container will follow soon

docker build -t ruster .
docker run -v $(pwd):/build -it ruster /bin/bash

Then cd sample-lib && ./build.sh. Stuff will fail for now.

About

Dynamic Rust library published as a NuGet Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published