Dive deep into Rust's essential building blocks, from variables and data types to memory safety with ownership. This primer covers the foundational topics every Rustacean should know.
Learn how to define variables in Rust.
Learn how to print to the console in Rust.
Learn about the different data types Rust offers.
Learn about Rust's scalar data types: integers, floats, booleans and characters.
Learn about Tuples, one of Rust's compound data types.
Learn about Arrays, one of Rust's compound data types.
Learn about control flow in Rust.
Learn how to write functions in Rust.
Learn Rust's memory safety principles.
Learn how to safely borrow data in Rust.