The Story of a Rust Bug

A while ago, I built a system-tray application in Rust to notify me ofnew e-mail called buzz. It was workingfine, but every now and again, it would fail to c… Read more

Similar

How Rust Can Replace C in Python Libraries

An anonymous reader quotes InfoWorld: Proponents of Rust, the language engineered by Mozilla to give developers both speed and memory safety, are stumping for the language as a long-term replacement for C and C++. But replacing software written in these l... (more…)

Read more »

Learn Rust the Dangerous Way

LRtDW is a series of articles putting Rust features in context for low-level C programmers who maybe don’t have a formal CS background — the sort of people who work on firmware, game engines, OS kernels, and the like. Basically, people like me. (more…)

Read more »

Booting to ‘Hello Rust’ on x86_64

This post is about how I booted to bare metal Rust on x86_64. My goal is to describe my learning path and hopefully get you interested in things I talk about. I’ll be very happy if you find this content useful. Note that I’m a begginer and I may be wrong ... (more…)

Read more »