I've been itching to play around with Rust recently. The timing perfectly co-incided with getting fed up with Ghost. So a couple hours of work later, I wrote a barebones static site generator and ported my blog over.

image

Code: https://github.com/sidharth/feo

Rust is... surprisingly a delight to work with. It's approach to memory management (ownership + borrowing) is really interesting. I think I'd prefer it to C++ for new projects.