Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 381 Bytes

Rust FFI and .NET Core P/Invoke demo

Call Rust function from .NET using Rust FFI and .NET P/Invoke.

Run Test

When you run the "dotnet test" command in the "dotnet" directory, Rust library and .NET Standard library are automatically built and run test.

dotnet test (-c Release)

Run Sample App

dotnet run --project csharp/MonorepoWithCSharpRust.App