#net #bindings #host #unix #run-time #clr #dotnet-core

dotrust

Bindings and libraries for interacting with .NET from Rust

8 releases

Uses old Rust 2015

0.3.0 Oct 24, 2017
0.2.3 Oct 15, 2017
0.1.2 Mar 24, 2017

#112 in #net

MIT license

13KB
216 lines

dotrust Travis build status

Crates | Docs | Build

Why?

You can consider these scratchings to be my slow descent into madness. The ultimate goal of this project is to provide fluent interaction between Rust and the .NET ecosystem.

Currently, the focus is mostly upon providing a clean API to host the Common Language Runtime (CLR) as intended. The scope of the project is currently limited to dotnet-core, with most of the testing being done in a unix environment.


lib.rs:

The ultimate goal of this project is to provide fluent interaction between Rust and the .NET ecosystem. Currently, the focus is mostly upon providing a clean API to host the Common Language Runtime (CLR) as intended.

Dependencies

~195KB