This post assumes that you have an entry-level familiarity with Rust: you’ve fought with the borrow checker enough to start to internalize some of its model; you’ve defined structs, implemented traits on those structs, and derived implementations of commo... (more…)
Read more »
Rust for Linux is a project that aims to bring Rust support to the Linux kernel as a first-class language. This means providing support for writing kernel mo... (more…)
Read more »
This post was originally drafted in August 2018, but I never got around to finishing it. As such, parts of its framing (e.g. the focus on bindgen) … (more…)
Read more »
Parser for Rust source code. Contribute to dtolnay/syn development by creating an account on GitHub. (more…)
Read more »
I rewrote my C++ mobile game in Rust as a hobby project to learn Rust. I’m quite excited with what I learnt and with the resulting game. (more…)
Read more »