Diferencia entre revisiones de «Rust»
Ir a la navegación
Ir a la búsqueda
([feat] Add information about Rust) |
|||
Línea 31: | Línea 31: | ||
rustup update | rustup update | ||
== Verificacion de version == | |||
rustc --version | |||
Sale por pantalla: | |||
rustc 1.63.0 (4b91a6ea7 2022-08-08) | |||
== Básico == | == Básico == |
Revisión del 06:38 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
Verificacion de version
rustc --version
Sale por pantalla:
rustc 1.63.0 (4b91a6ea7 2022-08-08)