A class of allocator from C that C++ pushed away from, but was embraced by Rust

A class of allocator from C that C++ pushed away from, but was embraced by Rust. Read more

Similar

Unsoundness in `Pin` (Rust)

Recently, @withoutboats challenged me to demonstrate a hypothetical version of Pin with different guarantees, and show how it would be sound. However, while working on that, I stumbled upon unsoundness in the actual Pin. I haven't seen this reported bef... (more…)

Read more »

24 days of Rust – nom, part 1

It's entirely possible that you're walking a happy road of a programmer who never had to write a parser by hand. That's not my case unfortunately. I remember incomprehensible indexing of hideous arrays of characters, a maddening cascade of unmaintainable ...

Read more »