1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 10:04:19 +02:00

Add 'Idiomatic Rust' to the course structure section

This commit is contained in:
LukeMathWalker
2025-07-02 17:43:56 +02:00
parent 51d050ebc1
commit 447904a96d
2 changed files with 12 additions and 1 deletions

View File

@ -48,7 +48,8 @@ pub fn replace(
["course", "outline"] if course.is_some() => {
course.unwrap().schedule()
}
["course", "outline", course_name] => {
["course", "outline", course_name @ ..] => {
let course_name = course_name.join(" ");
let Some(course) = courses.find_course(course_name) else {
return format!("not found - {}", captures[0].to_string());
};

View File

@ -72,6 +72,16 @@ cargo run
{{%course outline Concurrency}}
### Idiomatic Rust
The [Idiomatic Rust](../idiomatic/welcome.md) deep dive is a 2-day class on Rust
idioms and patterns.
You should be familiar with the material in
[Rust Fundamentals](../welcome-day-1.md) before starting this course.
{{%course outline Idiomatic Rust}}
## Format
The course is meant to be very interactive and we recommend letting the