Rs
91 lessonsRust Lessons
Study Rust through a staged tutorial, then branch into ecosystem tracks for Serde, Tokio, Clap, Anyhow, Regex and more.
Code preview
fn label(name: &str) -> String {
format!("user: {name}")
}●user: Ada
91 lessons across 9 sections. Each example shows real, runnable code with its expected output.
Topics covered
OwnershipBorrowingTraitsError handling