Rust: Difference between revisions
Appearance
No edit summary |
|||
| Line 1: | Line 1: | ||
== Ressources pédagogiques == | == Ressources pédagogiques == | ||
[https://en.wikipedia.org/wiki/Rust_(programming_language) The Wikipedia quick introduction to Rust] | |||
=== Rust Book === | === Rust Book === | ||
Revision as of 21:02, 14 September 2023
Ressources pédagogiques
The Wikipedia quick introduction to Rust
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.