Rust in the Linux Kernel

In this video I discuss the implications of the Rust programming language being used in the Linux Kernellinkshttps://drewdevault.com/2022/10/03/Does-Rust-bel… Read more

Similar

What Can Coerce, and Where, in Rust

Rust supports a number of type coercions, which implicitly convert one type to another. As in any language with coercion, there is a trade-off made between clarity when reading and ease of writing. While disagreement may be had about whether Rust’s list o... (more…)

Read more »