Difference between revisions of "Main Page"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<strong>Tutorial de Rust</strong> | <strong>Tutorial de Rust</strong> | ||
=Introducción= | |||
# [[¿Qué es Rust?]] | # [[¿Qué es Rust?]] | ||
# [[Instalación]] | # [[Instalación]] | ||
| Line 8: | Line 9: | ||
# [[Cargo]] | # [[Cargo]] | ||
== Errores | =Conceptos importantes en Rust= | ||
#[[Variables]] | |||
#[[Tipos de datos]] | |||
#[[Funciones]] | |||
#[[Control de flujo de ejecución]] | |||
=Errores= | |||
* [[Errores comunes]] | * [[Errores comunes]] | ||
** [[Errores de instalación]] | ** [[Errores de instalación]] | ||
Revision as of 23:06, 24 January 2021
Tutorial de Rust
Introducción
Conceptos importantes en Rust
Errores
Consult the User's Guide for information on using the wiki software.