About the Book: Rust Crash Course? ?
Rust is a sophisticated systems programming language for speed, memory safety,
and parallelism. This book gives you a fast introduction to Rust so that you may
get started with low-level system programming and developing web applications,
network services, and embedded programmes.
The book begins with instructions on setting up the Rust environment,
developing a "hello world" programme, and getting started with cargo, the Rust
package manager and the build tool. The book is a crash course, although it
covers fundamental programming principles like variables and mutability, data
types, comments, and control flow. Very precisely, topics such as ownership,
borrowing,