Rust

From wikinotes
Revision as of 21:13, 6 February 2023 by Will (talk | contribs) (→‎Syntax)

A statically typed programming language that builds native executables.
The rust docs are the best I've ever seen, these notes are mostly collections of links.

Documentation

rust reference https://doc.rust-lang.org/reference/introduction.html
rust by example (intro) https://doc.rust-lang.org/stable/rust-by-example/
all official docs https://www.rust-lang.org/learn

Intro/Reference

rust tutorials
rust toolchains
rust packaging

Libraries

Syntax

rust comments
rust print
rust variables
rust datatypes
rust modules
rust input/output
rust functions
rust conditionals
rust loops
rust errors
rust matching