Exception safety in Rust: using transient droppers to prevent memory leaks

Arthur Carcano’s online presence. If you’ve googled me, that’s probably what you’re looking for. Read more

Similar

Rust: a Scala writer’s perspective

The 1st year anniversary of my first line of Rust code is coming up, and it’s getting for 5 years since I wrote my first line of Scala code. I thought it would be a good idea to summarise my Scala-tinted perspective of The Rust Experience TM, one year on. (more…)

Read more »

Building a Web Browser in Rust

I have done something very foolish. I've started building a new web browser. From scratch. Not a new wrapper around Chromium or WebKit or Gecko. No, an actual new browser. Why have I done such a thing?! (more…)

Read more »