Which is better, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency? Let's find out, in this friendly and even-handed comparis... (more…)
Read more »
Rust is a general-purpose programming language that is both type- and
memory-safe. Rust does not use a garbage collector, but rather achieves these
properties through a sophisticated, but complex, type system. Doing so makes
Rust very efficient, but makes... (more…)
Read more »
A small and fast async runtime for Rust. Contribute to stjepang/smol development by creating an account on GitHub. (more…)
Read more »
Recently withoutboats posted a
series of blog
posts about some syntax
sugar he would like added to Rust. (more…)
Read more »
Summer! The time to slow down, relax, go to strange places, and do the projects that are long overdue. This summer I had the joy of spending my time in a lovely house near Lyon in France. In many ways the summer was like others, meaning there was … (more…)
Read more »