1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-18 20:39:35 +02:00

Explain that Rust Fundamentals == first 3 days (#1156)

This commit is contained in:
Martin Geisler 2023-09-01 14:43:20 +02:00 committed by GitHub
parent 4dfb1ba526
commit 91e87e2da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,10 @@
> This page is for the course instructor.
The course is fast paced and covers a lot of ground:
## Rust Fundamentals
The first three days make up [Rust Fundaments](../welcome-day-1.md).
The days are fast paced and we cover a lot of ground:
* Day 1: Basic Rust, syntax, control flow, creating and consuming values.
* Day 2: Memory management, ownership, compound data types, and the standard library.