Rust: Pattern Matching and the Option Type

rusttype-systemsnull-safetypattern-matching

Abstraction: Rust Option type eliminates null pointer bugs via exhaustive pattern matching

Key points:

Connections: Rust · Option Type · Pattern Matching · Null Safety · Type Systems

Source: http://nickdesaulniers.github.io/blog/2013/05/07/rust-pattern-matching-and-the-option-type/