Introduction - Rust for C#/.NET Developers
Rust for C#/.NET Developers
Introduction
This is a (non-comprehensive) guide for C# and .NET developers that are
completely new to the Rust programming language. Some concepts and constructs
translate fairly well between C#/.NET and Rust, but which may be expressed
differently, whereas others are a radical departure, like memory management.
This guide provides a brief comparison and mapping of those constructs and
concepts with concise examples.
The original authors1 of this guide were themselve...
Read more at microsoft.github.io