Rust, a code snippet introduction

1 · Adrian Matei · Aug. 27, 2021, 10 p.m.
A basic introduction in Rust, with code snippets inspired from The Rust Programming Language and Rust by Example books, to show in a 40 minutes presentation. You can execute most of the snippets directly on Rust Playground Hello world! Println macro Variables Mutability Variables Scope Primitives Scalar Types Compound Types Snippet example Tuples Functions Ownership Stack & Heap Ownership rules Take ownership - snippet Structs Definition and instantiation “Factory” methods Traits ...