Skip to main content

Section outline

    • Why Rust? Memory safety without garbage collection

    • Rust ecosystem: Cargo, crates.io

    • Basic types, control flow, and pattern matching

    • Structs, enums, Option/Result

    • Ownership, borrowing, and lifetimes