Megérkezett a Rust 1.64.0

kami911 képe

A Rust közösség a blogjukban jelentette be a Rust 1.64.0 megjelenését.

Főbb újdonságok

  • Enhancing .await with IntoFuture,
  • C-compatible FFI types in core and alloc,
  • The rust-analyzer is now available via rustup,
  • Cargo improvements: workspace inheritance and multi-target builds
  • Stabilized APIs
    • future::IntoFuture
    • num::NonZero*::checked_mul
    • num::NonZero*::checked_pow
    • num::NonZero*::saturating_mul
    • num::NonZero*::saturating_pow
    • num::NonZeroI*::abs
    • num::NonZeroI*::checked_abs
    • num::NonZeroI*::overflowing_abs
    • num::NonZeroI*::saturating_abs
    • num::NonZeroI*::unsigned_abs
    • num::NonZeroI*::wrapping_abs
    • num::NonZeroU*::checked_add
    • num::NonZeroU*::checked_next_power_of_two
    • num::NonZeroU*::saturating_add
    • os::unix::process::CommandExt::process_group
    • os::windows::fs::FileTypeExt::is_symlink_dir
    • os::windows::fs::FileTypeExt::is_symlink_file

 

További információk

Kiadási megjegyzések