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
Sort: