Dhghomon / rust-fsharp

Rust - F# - Rust reference
MIT License
239 stars 14 forks source link

Add a section on error handling of Result and Options #31

Open dangdennis opened 1 month ago

dangdennis commented 1 month ago

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.