Adding support for the Rust language to the Linux kernel. - Rust-for-Linux/linux... (more…)
Read more »
How has Rust changed over the years? It's been nine years since 1.0 was released (well, next week, technically). In that time, there have been 78 major releases and two editions, with a third due later this year. Quite a lot has changed! Those changes hav... (more…)
Read more »
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. (more…)
Read more »
Like most programming languages, Rust encourages the programmer to handle
errors in a particular way. Generally speaking, error handling is divided into
two broad categories: exceptions and return values. Rust opts for return
values. (more…)
Read more »
Baker is a command-line tool that helps you quickly scaffold new projects. It supports language-independent hooks for automating routine tasks. Baker is written in Rust and distributed as a standal... (more…)
Read more »