Rust has been voted Stack Overflow’s most loved language for five years in a row. This article will tell you why Rust is awesome. (more…)
Read more »
Earlier this year, we used the C2Rust framework to translate applications such as Quake 3 to Rust. In this post, we’ll show you that it is also possible to translate privileged software such as modules that are loaded by the Linux kenel. We&... (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 »
Lately, a pastime for me has been learning and tinkering in Rust. As Rust is a systems programming I decided a load balancer would make… (more…)
Read more »
If you want to respond to this post, please respond via Rust users or Reddit. (more…)
Read more »