News
Coding Rust With Claude Code and Codex
Rust’s compiler acts as an automatic expert reviewer for each edit the AI makes. Rust is becoming the foundation for reliable AI-a...
Your Frontend Framework is Technical Debt: Why I Deleted React for Rust
The orthodoxy of the last decade was simple. JavaScript is the universal runtime. The browser is a hostile environment. Therefore,...
Rust's WASI Targets Are Changing: Here's Why
Rust 1.78 will introduce new `wasm32-wasip1` (tier 2) and `wasms32- wasip2' (tier 3) targets. Users of WASI 0.1 are encouraged to...
Rust 1.78.0: What's In It?
Rust 1.78 has upgraded its bundled LLVM to version 18, completing the announced u128/i128 ABI change for x86-32 and x86-64 targets...
The Oxidized Age: Why Rust’s "Fungal" Growth Might Outlast Us All
By 2025, Rust has crossed the "immortality threshold," embedding itself in Linux and automotive systems via the Ferrocene project....
A JVM Engineer’s First Real Rust Project
A JVM-ecosystem engineer finally convinced management to use Rust for a small but critical monitoring component, sharing how Rust’...
Building AxonerAI: A Rust Framework for Agentic Systems
AxonerAI is a Rust-based agentic framework with blazing fast speed which comes with the below features: standalone binaries (4.0MB...
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...
I Rewrote My CLI in Zig — and Didn’t Miss the Borrow Checker Once
Exploring why Zig often feels more practical than Rust for real-world CLI tools, focusing on memory management, developer ergonomi...
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.
