Murray Todd WilliamsRust for Beginners: How to really use Option and ResultThe first in a 3-part series, we start to unpack the best way to deal with Option & Result containers without calling the unsafe .unwrap().Oct 21Oct 21
Murray Todd WilliamsDiving deeper into Rust’s Option & Result: Solving the Nesting ProblemSecond in my series for Rust Beginners, we dive into map and flat-map (sometimes called .and_then) we see power & simplicity can co-exist!Oct 211Oct 211
Murray Todd WilliamsRust for Beginners: Cleaning-up your Code with the “?” OperatorLast in my Rust beginners series, we get to the bottom of the rabbit hole with the mysterious question-mark operator for Option & ResultOct 213Oct 213