Oftentimes when I am conversing about the design of Rust with other users - as on RFCs or the internals forum - I witness a peculiar remark about “explicitness.” It usually goes something like this:
I do not like Feature Design X because it is too implic... (more…)
Read more »
If you're looking to write fast code in Rust, good news! Rust makes it really
easy to write really fast code. The focus on zero-cost abstractions, the
lack of implicit boxing and the static memory management means that even naïve
code is often faster than... (more…)
Read more »
1-bit pixel art is an art form limited to 2 colors and small canvas sizes. These constraints breed creativity. Akshay, from our Language Team, reveals the al... (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 »