Skip to content

Instantly share code, notes, and snippets.

View a-umair's full-sized avatar
💻
Deliberate practice is key!

Umair Ahmad a-umair

💻
Deliberate practice is key!
  • Houston, TX
View GitHub Profile
@carols10cents
carols10cents / c#-to-rust.md
Last active April 18, 2024 22:55
C# to Rust Cheat Sheet

Thanks to @seejee for making this for me!!!

C# to Rust Cheat Sheet

The goal of this is to have an easily-scannable reference for the most common syntax idioms in C# and Rust so that programmers most comfortable with C# can quickly get through the syntax differences and feel like they could read and write basic Rust programs.

What do you think? Does this meet its goal? If not, why not?

Variables