February 15, 2020
Learning About Rust Enums, Pattern Matching, and Option!
I have seen the Rust Lang in a nutshell: 2# Enums, pattern matching and Options article by Bartłomiej Kozielski.
It is an intro to Rust FEATURES like enums, pattern matching, and Option.
That article could be USEFUL for somebody who is stuying these features of Rust.