Coming from this post I'm wondering, given the popularity of https://crates.io/crates/either:
- Is it possible to move
Either
intocore
for better visibility? - What could be preventing this from happening?
Thanks in advance
Coming from this post I'm wondering, given the popularity of https://crates.io/crates/either:
Either
into core
for better visibility?Thanks in advance
Either
has been in the standard library previously, and has been removed in 2014:
Indeed! Thanks for pointing me to that
To be fair, that does not mean it can't be readded. A lot used to be in stdlib before 1.0, and a fair amount has been readded.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.