Hasty Briefsbeta

Bilingual

Rust 1.94.0

4 hours ago
  • #programming
  • #release
  • #rust
  • Rust 1.94.0 has been released, featuring new capabilities and improvements.
  • New `array_windows` method for slices allows iteration with constant length windows.
  • Cargo now supports the `include` key in configuration files for better organization.
  • TOML 1.1 support in Cargo introduces new syntax features like inline tables with trailing commas.
  • Several APIs have been stabilized, including `LazyCell` and `LazyLock` methods.
  • New intrinsics for x86 `avx512fp16` and AArch64 NEON `fp16` are now available.
  • Previously stable APIs are now stable in const contexts.
  • The release includes contributions from many individuals in the Rust community.