Rust Run Day 3: Generics and Traits
Details
https://reps.mozilla.org/e/rust-run-day-3/
Generic programming is a style of computer programming in which algorithms are written in terms of types to-be-specified-later that are then instantiated when needed for specific types provided as parameters. Traits abstract over behavior that types can have in common.
Meetup will be a discussion on Generics and Traits from Chapter 10 of The Rust Programming Language book.
https://doc.rust-lang.org/book/second-edition/ch10-00-generics.html
Attendees are expected to have Rust and Cargo installed.
