rust-fsharp
rust-fsharp copied to clipboard
Add a section on error handling of Result and Options
Feels fun to also point out how F# and Rust share similarities in their use of the Result and Option types. But that F# can still throw exceptions and catch them, unlike rust.