description: Learn about some of the unique features of the Rust programming language. explanation: "Correct! Data types in Rust are verified at compile time, pointers (references) always refer to ...
Chapter 1 explains how to install Rust, how to write a “Hello, world!” program, and how to use Cargo, Rust’s package manager and build tool. Chapter 2 is a hands-on introduction to writing a program ...