News
4 hours ago
Rust 1.80.0: Exclusive Ranges in Patterns, Stabilized APIs, and More
Rust ranged patterns can now use exclusive endpoints, written a..b or ..b similar to the Range and RangeTo expression types.
5 days ago
Crash Course in Bevy and Rust for the Impatient Programmer: Chapter 1 – Let Ther...
This is chapter 1 of the rust bevy tutorial series “The Impatient Programmer’s Guide to Bevy and Rust: Build a Video Game from Scr...
Aug 31, 2025
The Ins and Outs of Rust 1.81.0
1.81 stabilizes the Error trait in core, allowing usage of the trait in #![no_std] libraries. This primarily enables the wider Rus...