Rust systems programming course: from fundamentals to advanced topics. Study ownership, borrowing, lifetimes, structs, enums, traits and generics. Master smart pointers (Box, Rc, Arc, RefCell), async/await with Tokio, WebAssembly and FFI. Includes CLI tools with clap, testing and memory management without GC.