Rust in the 6.2 kernel
Rust in the 6.2 kernel
Posted Nov 21, 2022 17:06 UTC (Mon) by steveklabnik (guest, #114343)In reply to: Rust in the 6.2 kernel by gasche
Parent article: Rust in the 6.2 kernel
A small amount of history here: Rust *did* include Either in its standard library long, long ago. https://doc.rust-lang.org/0.7/std/either.html
My recollection of its removal was a survey of usage, and Result was used instead by 99.9% of the existing code instead.
That said, it is true that the crates.io has high usage; it is the dependent of two *extremely* popular packages, itertools and rayon. I'm not aware of any movement to move it back into the standard library, though.
