Rest 1.34

Release 1.34 of the system programming language Rust, developed by the Mozilla project, has been released.

Key-long-awaited:

  • Starting with this release, Cargo may support alternate registries. (These registries coexist with crates.io, so you can write programs that depend on both crates.io and your registry.)
  • The TryFrom and TryInto traits have been stabilized to support type conversion errors.

Source: linux.org.ru

Add a comment