An x86 bootloader written in Rust. Contribute to ellbrid/krabs development by creating an account on GitHub. (more…)
Read more »
Bryan Cantrill explores Rust, explains why it has captured the imagination of so many systems software engineers, and outlines where it might best fit in the deep stack of operating system software. (more…)
Read more »
Error handling in Rust is a bit of an intermediate topic. That is in part because error handling in any language is actually more complicated than it seems, partly because it is a still-evolving part of the language and std libs (and therefore a lot of st... (more…)
Read more »
Ahoy reader, this is kinda an open letter. But mostly is my desperation in
computer font. Rust why don't you love me? I read about you, I spent nights
and days. I fought the borrow checker monster for you. I learned about lifetimes.
And you promised two t... (more…)
Read more »
I’ve been working on a project for a few months now, and I’m very excited to be ready to share it with other people. Its called cargonauts, and its a web framework for Rust, built on top of tokio… (more…)
Read more »