RustConf 2016 - Using Generics Effectively by Without Boats
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=erJdCIti_O8
RustConf 2016 - Using Generics Effectively by Without Boats
Traits and type parameters are the core mechanism for abstraction in Rust. Other languages also have features like these, but few leverage them nearly as much as Rust does. This talk will describe the many powerful uses for Rust's generics system, how generics can be used as a replacement for tools like inheritance and duck typing, and how to leverage this system to write good, clean code.