Rust 1.94.0 has been released with several notable additions. The `array_windows` method is now stable for slices, providing a const-length windowing iterator that returns `&[T; N]` references instead of dynamically-sized slices, enabling better type inference and optimization. Cargo gains support for the `include` key in

3m read timeFrom blog.rust-lang.org
Post cover image
Table of contents
What's in 1.94.0 stableContributors to 1.94.0

Sort: