Closed danielpclark closed 6 years ago
Rust version 1.26.0 has a lot of game changing features including impl Trait and the huge benefit of not having to specify references when using matching. This will make development with Rust easier for those in the competition.
impl Trait
Rust version 1.26.0 has a lot of game changing features including
impl Trait
and the huge benefit of not having to specify references when using matching. This will make development with Rust easier for those in the competition.