This is a series of blog posts that shows you how to
build a text editor in Rust. It’s a re-implementation of
kilo in Rust, as outlined in this fantastic
tutorial. Same as the
original booklet, these blog posts guide you through all the steps to build a
b... (more…)
Read more »
This is chapter 8 of a multi-part series on writing a RISC-V OS in Rust. (more…)
Read more »
rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux. - G... (more…)
Read more »
Recently, there has been a lot of progress in the Rust logging & tracing ecosystem: projects like tracing make our lives much simpler, allowing us to track down bugs even in complex asynchronous environments in production. However, they still can’t re... (more…)
Read more »