-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why itertools
is not part of STD?
#617
Comments
One reason, quoting the docs:
|
I see. I believe most things from the crate should be in std. |
I suggest closing this issue, since it's not really specific enough to ever close, and the OP also asked it in a URLO thread: https://users.rust-lang.org/t/why-itertools-is-not-part-of-std/76016/27?u=scottmcm To copy my reply to here:
|
That's an excellent answer! I also want to add: Things in |
Sure. Thanks for answer. |
Crate
itertools
implements a lot of useful and often essential algorithms based on pattern iterator, extending STD.Why is it not part of STD?
Is there reason why it should be not a part of STD?
Is that harmful to have in STD something what is not totally necessary?
The text was updated successfully, but these errors were encountered: