Rust Specialization RFC

RFCs for changes to Rust. Contribute to rust-lang/rfcs development by creating an account on GitHub. Read more

Similar

Implementing a Linear Quadtree in Rust

I’ve been working on a video game for some time now. This game has a lot of 2D spacial data I want to query.But most of this data is sparse, so using a grid would waste a lot of memory.As an optimization I employed a linear Quadtree. In this post I’ll exp... (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 »