Understanding and Using Option Enum in Rust
Hello, Rustaceans! Today we're diving into one of Rust's core features that sets it apart from many other languages: the Option enum.
In languages like JavaScript or Python, a function might return a value, or it might return null or None to indicate...
nyakio.hashnode.dev2 min read