Rust

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

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 variables
rust datatypes
rust input/output
rust modules