Diferencia entre revisiones de «Rust»
Ir a la navegación
Ir a la búsqueda
([feat] Add information about Rust) |
|||
Línea 8: | Línea 8: | ||
* Blog oficial: [https://blog.rust-lang.org/ EN] | * Blog oficial: [https://blog.rust-lang.org/ EN] | ||
= Libros = | |||
== Online == | |||
* The cargo book: [https://doc.rust-lang.org/cargo/index.html EN] | |||
= Herramientas = | |||
* Rust online: [https://play.rust-lang.org/ EN] | |||
= General = | = General = |
Revisión del 06:36 31 ago 2022
Descripción
Recursos
- Sitio oficial: ES
Blogs
- Blog oficial: EN
Libros
Online
- The cargo book: EN
Herramientas
- Rust online: EN
General
Instalación
GNU/Linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Actualización
rustup update