March 4, 2020
Rust Pattern Matching Gets Better and Better!
The Rust programming language is already KNOWN for having powerful pattern matching.
But thanks to the Recent and future pattern matching improvements article I now know that what is already GOOD is getting even BETTER!
I do not know if I will use them in my Rust code right away but things like stabilizing subslice patterns, nested or-patterns, bindings after @, and combining by-move and by-ref bindings show that Rust is always IMPROVING!