Rust
From wikinotes
A statically typed programming language, with some functional elements, that builds native executables.
TODO:
left off in the rust book 16.4
Documentation
rust reference https://doc.rust-lang.org/reference/introduction.html the rust book https://doc.rust-lang.org/book/title-page.html rust by example (intro) https://doc.rust-lang.org/stable/rust-by-example/ all official docs https://www.rust-lang.org/learn package repository https://crates.io/
Intro/Reference
rust tutorials rust anatomy rust toolchains rust packaging rust conventions rust interpreters
Libraries
Concepts
Concepts you'll need to be familiar with in order to use rust effectively. Also see rust anatomy.
rust statements vs expressions rust memory management rust access control rust traits rust options and results
Syntax
rust comments rust print rust variables rust datatypes rust pointers rust modules rust functions rust methods rust conditionals rust loops rust errors rust operators rust generics rust matching
Features
rust testing rust debuggers rust documentation rust processes rust input/output rust filesystem rust logging rust iterators rust threading rust multiprocessing