Introduction to Rust - Introducción a Rust
Introduction to Rust Rust is a cross-platform programming language, so it can run on multiple operating systems or hardware platforms. It is also suitable for systems programming, so it has applications in the development of operating systems and other low-level software components. Rust was created by Graydon Hoare as a personal project while worked at Mozilla Research in 2006. In Blog , specifically in the article entitled Why Rust is the most admired language among developers , Sara Verdi explains how Graydon, after experiencing the situation of a failure due to a bug in the operating system software that controlled the operation of the elevator in the apartment building where he lived, understood that many of the problems similar to this one originated in the way programs manage memory. He then thought about how he could create a programming language that could be compact and free of memory errors. Introducción a Rust Rust es un lenguaje de programación multiplataforma, por lo que