Tutorial for Learning Rust in the Wild

I am pleased to announce my first Rust tutorial, available through a general Rust tutorials project. The tutorial is intended to help beginners to Rust who are interested in learning Rust concepts through their application. The subject of the tutorial i… Read more

Similar

Rust/WinRT Coming Soon

My rust adventure continues as I have been furiously working on Rust/WinRT for the last five months or so. I am looking forward to opening it up to the community as soon as possible. Even then, it … (more…)

Read more »

Notes on Type Layouts and ABIs in Rust

Over the years I've found myself with a weird amount of knowledge about how types and ABIs in Rust work, and I wanted to write it all down in one place so that... it's written down in one place. Much of this information can or should be found in the Rust ... (more…)

Read more »

Rust Verification Tools a Retrospective

There are lots of hard problems in industrial research but one of the hardest is timing. If you start a project too early, your users are focused on other problems and don’t yet feel a need for your solution. And, if you start a project too late, your use... (more…)

Read more »