Some Mozilla guys released a paper about programming experience with their new programming language Rust and this Servo web layout engine.
I didn't program much in Rust, but follow a lot of their work on Github and Reddit. I have some old Rust code of a "CPU emulator" inspired by LLVM and libcpu by Michael Steil et al with deprecated sigil syntax ~
for pointers.
I really like Rust but the borrow checker is not my best friend.