This is a project to translate a book under open-source (MIT and APACHE) license that will teach about the Rust Programming Language. Rust is a systems programming language focused on three goals: safety, speed, and concurrency. It maintains these goals without having a garbage collector, making it a useful language for a number of use cases other languages aren鈥檛 good at: embedding in other languages, programs with specific space and time requirements, and writing low-level code, like device drivers and operating systems.
English
Spanish
I copied the source text, and pasted it into a word processor to determine the number of words.
All words already merged
This is my first contribution on this project