Ripgrep Code Review: Looking at a Great Example of Good Rust

I’ve been playing around with Rust for a year and a half, and the best part of
it, like many others say, has been the very helpful community. There are a lot
of online resources that help you to get started: the Rust book, the
Rustonomicon and many blog … Read more

Similar

Notes on Type Layouts and ABIs in Rust

Over the years I've found myself with a weird amount of knowledge about how types and ABIs in Rust work, and I wanted to write it all down in one place so that... it's written down in one place. Much of this information can or should be found in the Rust ... (more…)

Read more »

What’s Stopping Me from Using Rust?

Let me start out by saying that I’ve been using C++ for over a decade and I consider myself an advanced C++ user—that clearly biases my perspective. If there is something stupid that C++ lets me do, I’ve probably tried it at some point (and yes, that incl... (more…)

Read more »