Innovate. Instruct. Inspire.

2.3 - Collections and Structs

Use two of the most commonly used collections in Rust (Vectors and Strings) to make even more complex programs. Learn how to use structs to create custom data structures and implement methods for them with zero additional performance cost.