News
Rustup 1.27.1: Minor Bug Fixes Can Have a Big Positive Impact
The headlines for this release are: Prebuilt Rustup binaries should be working on older macOS versions again. rustup-init will n...
The Automatic Checking of cfgs: How It Works
This can help with verifying that the crate is correctly handling conditional compilation for different target platforms or featur...
rust-lld: How It Can Give You Faster Linking Times
rustc will use rust-lld by default on x86_64-unknown-linux-gnu on nightly to significantly reduce linking times.
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.
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...
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...
