rust-out-your-c-talk - Slides and resources for my talk "Rust out your C", first given at Pittsburgh Tech Fest June 11, 2016. (more…)
Read more »
It is possible to add support for a new OS to the Rust compiler's stable channel without rebuilding everything, enabling libstd support for entirely new operating systems. (more…)
Read more »
Analyze the public data from the CERN base ALICE collaboration with Rust - cbourjau/alice-rs... (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 »
RustyHermit is a unikernel, which is completely written Rust. Unikernels are application images that directly contain the kernel as a library, so they do not require an installed operating system (OS). They are typical used in virtualized environments, wh... (more…)
Read more »