I noticed that handling the None variant of Option without falling back on unwrap() is a common papercut in Rust. More specifically, the problem arises when you want to return early from a function that retur…| Corrode Rust Consulting
Explaining how we'll lower row types into our IR| Thunderseethe's Devlog
There are endless debates online about Rust vs. Zig, this post explores a side of the argument I don't think is mentioned enough.| zackoverflow.dev
`*mut T` but non-zero and covariant.| doc.rust-lang.org
Error handling with the `Result` type.| doc.rust-lang.org