Rust in .NET Projects

This rust compiler backend(module) emmits valid CIL (.NET IR), enabling you to use Rust in .NET projects. – GitHub – FractalFir/rustc_codegen_clr: This rust compiler backend(module) emmits valid CI… Read more

Similar

Implementing a Type-safe printf in Rust

I show how to use heterogeneous lists and traits to implement a type-safe printf in Rust. These mechanisms can ensure that two variadic argument lists share important properties, like the number of format string holes matches the number of printf argument... (more…)

Read more »