ferrous-systems / rust-training

Learning materials for the Rust Training courses by Ferrous Systems
144 stars 19 forks source link

Add a draft Roadmap. #21

Closed jonathanpallant closed 1 year ago

jonathanpallant commented 1 year ago

Outlines some "default" routes through the Rust Fundamentals and Applied Rust modules.

jonathanpallant commented 1 year ago

Lifetimes are missing.

Added it to "Generics" because you are generic over a lifetime like you are generic over a type.