Back to Comprehensive Rust

Welcome to Day 2

src/welcome-day-2.md

latest544 B
Original Source
<!-- Copyright 2022 Google LLC SPDX-License-Identifier: CC-BY-4.0 -->

Welcome to Day 2

We have covered the foundations of Rust:

  • Basic Types: Integers, booleans, characters, tuples, and arrays.
  • Control Flow: if expressions, loops, and match expressions.
  • Functions: How to define and call functions.
  • User-Defined Types: Model data with struct and enum.
  • References: Basic borrowing with & and &mut.

You can now construct any type in Rust and implement basic logic!

Schedule

{{%session outline}}