Rust 1.81 is now accessible, with the latest model of the memory-safe language, that includes a stabilization of the Error
trait within the Rust core library.
Rust 1.81 was launched September 5. Builders with a earlier model of Rust put in through rustup
can improve utilizing the rustup replace steady
command. Builders can set up rustup
from the rust-lang.org.
With Rust 1.81, the Error
trait is stabilized in core
, permitting utilization of the trait in #![no_std]
libraries. Error
is a trait representing the essential expectations for error values. The stabilization primarily allows the broader Rust ecosystem to standardize on the identical Error trait, whatever the environments focused by the library. The no_std
attribute permits builders to construct Rust purposes with out utilizing the Rust normal library (std
).