News
Clippy: Here's What You Should Know
Since Clippy v0.0.97 and before it was shipped with rustup, Clippy implicitly added a feature = "cargo-clippy" config1 when lintin...
crates.io: The Changes Being Made to Download Handling
Crates.io has been growing rapidly, with download and package counts increasing 2-3x year-on-year. This growth doesn't come withou...
Rust 1.77.0: C-String Literals and More
This release is relatively minor, but as always, even incremental improvements lead to a greater whole. A few of those changes are...
Looking Back at the Changes That Rust 1.77.1 Brought In
Rust 1.77.1 therefore disables the new Cargo behavior on Windows for targets that use MSVC. There are no changes for other targets...
Rust 1.77 and 1.78: The Changes That Happened to u128/i128
Rust has long had an inconsistency with C regarding the alignment of 128-bit integers. This problem has recently been resolved, bu...
Rust CVE-2024-24576 Explained: What Was This Security Advisory?
The Rust Security Response WG was notified that the Rust standard library did not properly escape arguments when invoking batch fi...
What's in Rust 1.77.2?
Rust is a programming language that is empowering everyone to build reliable and efficient software.
Rust's WASI Targets: What's Changing?
Rust 1.78 will introduce new `wasm32-wasip1` (tier 2) and `wasms32- wasip2' (tier 3) targets. Users of WASI 0.1 are encouraged to...
It’s Time to Reinvent the Audio File: Introducing Bitwave
Standard audio formats like WAV are "dumb containers" that fail to meet the needs of modern, immersive development. Bitwave (.bwx)...
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...
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’...
