Blog
3 days ago
The Ins and Outs of Rust 1.81.0
1.81 stabilizes the Error trait in core, allowing usage of the trait in #![no_std] libraries. This primarily enables the wider Rust ecosystem to standardize on the same Error trait, regardless of what environments the library targets.
Source: HackerNoon →