This tutorial is an adaptation of https://vulkan-tutorial.com to use Rust instead of C++. The majority of the credit for this tutorial should go the author of the original tutorial (Alexander Overvoorde) and the other contributors. (more…)
Read more »
Every now and then I like to think about topics that don't directly relate to
my daily work. One of those topics has been parsers: back in January I wrote
about byte-ordered
stream parsing
and how I think we can improve streaming parsing in Rust with a sm... (more…)
Read more »
TypeScript with a Borrow Checker. Multi-threaded, Tiny binaries. No GC. Easy to write. - GitHub - alshdavid/BorrowScript: TypeScript with a Borrow Checker. Multi-threaded, Tiny binaries. No GC. Eas... (more…)
Read more »
In March 2015 I started a small pilot project to ship some Rust code in the Firefox web browser. It was the first Rust code to ship in… (more…)
Read more »