Difference between revisions of "Rust"
From Tmplab
(→Install Rust) |
(→Rust Book) |
||
Line 4: | Line 4: | ||
=== Rust Book === | === Rust Book === | ||
− | * [ | + | The Rust book is the official training support for Rust |
− | * [ | + | |
+ | * [https://doc.rust-lang.org/stable/book/ Rust Book EN Version] | ||
+ | * [https://jimskapt.github.io/rust-book-fr/ Rust Book FR Version] | ||
=== Rustlings === | === Rustlings === |
Revision as of 19:55, 14 September 2023
Contents
Ressources pédagogiques
Rust Book
The Rust book is the official training support for Rust
Rustlings
A git repository in rust to learn the language
Awesome Rust
A list of everything rust: pedagogic resources, libraries, and more
Install Rust
System package install
Debian, Ubuntu, Arch and such don't maintain up to date version, better use another way.
Rustup
Rustup is a solution to install and maintain rust versions
Caution : it can handle rust system packages, but better uninstall them first.