Like most programming languages, Rust encourages the programmer to handle
errors in a particular way. Generally speaking, error handling is divided into
two broad categories: exceptions and return values. Rust opts for return
values. (more…)
Read more »
Want to follow along with Rust development? Curious how you might get involved? Take a look! (more…)
Read more »
🚀 Library for statistical testing of the Cosmic Microwave Background radiation - heyfaraday/rustcmb... (more…)
Read more »
I've been using zig for ~4 months worth of side projects, including a toy text editor and an interpreter for a relational language. I've written ~10kloc. (more…)
Read more »