News
1 day ago
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.
1 week 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.
2 weeks ago
Transitive Dependency Version Resolution in Rust and Java: Comparing the Two
You learn by comparing to what you already know. I was recently bitten by assuming Rust worked as Java regarding transitive depend...
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...
Aug 29, 2025
Rust at the Edge: How Rust Improves AI Systems for Real-Time Computer Vision in...
By bridging deep learning research in Python with safe, high-performance deployment in Rust, we could unlock the true potential of...
Aug 14, 2025
Inside the Bonkers DIY Project to Corral Every Gadget Rumor on Earth
A devblog about me attempting something insane.