mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-28 16:42:10 +02:00
The "Generic Data Types" slide now uses trait bounds, which makes it very confusing to explain. (e.g., "ignore this trait bound stuff while I explain why we need to stutter to describe the generic args on an impl block"). Also in the "Generic Functions" slide, the speaker notes talks about how we essentially need to treat the generic args as black boxes - this is probably more important to address then talking about all the ways you can make things generic.
19 KiB
19 KiB
Welcome to Comprehensive Rust 🦀
Day 1: Morning
Day 1: Afternoon
Day 2: Morning
Day 2: Afternoon
Day 3: Morning
Day 3: Afternoon
Day 4: Morning
Day 4: Afternoon
Android
Chromium
- Welcome
- Setup
- Comparing Chromium and Cargo Ecosystems
- Policy
- Build Rules
- Testing
- Interoperability with C++
- Adding Third Party Crates
- Bringing It Together - Exercise
- Exercise Solutions