Skip to content

Upstreaming to the standard library #1026

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

Open
Amanieu opened this issue Apr 22, 2025 · 0 comments
Open

Upstreaming to the standard library #1026

Amanieu opened this issue Apr 22, 2025 · 0 comments

Comments

@Amanieu
Copy link

Amanieu commented Apr 22, 2025

Hello itertools users and maintainers!

The Rust library team has recently discussed the possibility of upstreaming some of the more commonly used itertools methods to the standard library.

We now have a proper solution to naming conflicts via supertrait item shadowing which are hoping to stabilize soon. This will cause name resolution conflicts between Iterator and Itertools to always resolve in favor of the sub-trait (Itertools) in the case of an ambiguity, which should keep all existing code working correctly.

We would like feedback from maintainers and users of itertools as to which methods are the most commonly used and would be most suitable for upstreaming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant