External Publication
Visit Post

Add something like `num_traits` to STD, or move it into std entirely

Rust Internals [Unofficial] April 18, 2026
Source

The thing you need to address if you want it in core is how to to handle upgrades. In a separate crate you can always rev the major version to add new things to the trait. core can't ever.

Discussion in the ATmosphere

Loading comments...