Table of Contents Overview Rust featuresBasics Basic syntax Expressions everywhere! Closures Pattern matching References Ownership Containers Traits Iterators Common libraries Ecosystem Useful links Hands-onInstallation Create a project Hello, world! Small project ideas These are notes for a quick introduction to Rust. Overview Link to heading Statically typed & Compiled language. Great developer experience: cargo build system rust-analyzer LSP Rust features Link to heading Basics Link to hea...