The past few months have been quite chaotic, both for the Rust to .NET compiler backend I am working on, and for me personally. As I am writing this article, I am in the metaphorical eye of the hurricane – I have just graduated high school, and I will be … Read more
Similar
Oh! The tests of Rust rewrite of Unix core utils (cp, ls, echo, ...) is breaking; because of a non-supported command. I was going to send a minor PR to fix t... (more…)
Read more »
Welcome to LifetimeKata, a set of exercises which you can use to improve your
understanding of lifetimes in Rust. While many tasks involve writing compiling
code, some will also involve creating specific errors. (more…)
Read more »
Write Rust lints without forking Clippy Samuel Moelius – Staff Engineer... (more…)
Read more »
In programming, it is always useful to prevent bugs that could potentially threaten your software. This is particularly important when… (more…)
Read more »
My second impression of Rust after building a real-life use case with it and my thoughts on why it is the best general-purpose language for the future. (more…)
Read more »