Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Either Types for Rust

2020/10/19RustFunctional ProgrammingExceptionsEither
Either types are great for error handling. Rust has the Result type. It's tightly integrated into the language, and simplifies robust code

Book Review: The Rust programming language

2020/09/20Book ReviewRustSystems Programming
Rust is a trendy pick for a programming language these days. There is no better book to get started than this one