So You Want to Rust the Linux Kernel?

UNDER CONSTRUCTION October 8, 2021: Fix s/LInux/Linux/ typo noted by Miguel Ojeda There has been much discussion of using the Rust language in the Linux kernel (for example, here , here , and here ), at the Kangrejos Rust for Linux Workshop ( here , here … Read more

Similar

24 days of Rust – error_chain

If you have a background in Python, Java or C++, you're probably used to raising exceptions if something goes wrong. Rust doesn't have exceptions. The official Rust book has a comprehensive chapter on error handling, but the TL;DR is we should probably us...

Read more »

Rust’s Runtime

Rust has a runtime. No really it does! I blew past that aspect in my most recent post "Oxidizing the technical interview" when I put in the line: The greatest trick the Devil ever played was convincing C and Rust programmers their language has no runtime.... (more…)

Read more »