01
Rust 1.96.0 Released: New Copy-Friendly Range Types and More
Rust 1.96.0 has been officially released, introducing several new features and improvements. Notably, the release includes new copy-friendly range types that enhance the language's ergonomics and performance. Additionally, the update allows passing expression metavariables to `cfg`, and ensures that never types are always coerced in tuple expressions. These changes aim to streamline development workflows and improve code maintainability, offering Rust developers more flexibility and efficiency in their projects.
SRC Rust ReleasesRust Blog