Introduction
Discover the basic components and structure of Rust programs. Learn how functions, strings, and numbers fit together in Rust's syntax, while understanding key rules and terminology to write proper and readable code.
We'll cover the following...
We'll cover the following...
We’re going to learn about a lot of different things in Rust: functions, strings, and numbers are just some examples ...