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 21, 2024Oct 21, 2024
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 21, 20241Oct 21, 20241
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 21, 20243Oct 21, 20243