Hasty Briefsbeta

双语

Rust 1.87.0 and ten years of Rust

a year ago
  • #Rust
  • #Programming
  • #Release
  • Rust 1.87.0 在 Rust 1.0 十周年纪念日发布。
  • 新特性包括标准库中的匿名管道和安全架构内部函数。
  • 内联汇编(asm!)现在可以跳转到 Rust 代码中的标记块。
  • 使用 `impl Trait` 返回类型在 trait 定义中进行精确捕获现已稳定。
  • 多个 API 已稳定,包括 `Vec::extract_if` 和 `String::extend_from_within`。
  • 二级目标平台 `i586-pc-windows-msvc` 已被移除。
  • 用户可通过 `rustup update stable` 更新至 Rust 1.87.0。
  • 感谢所有为 Rust 贡献代码的开发者。