-
Notifications
You must be signed in to change notification settings - Fork 320
Issues: rust-itertools/itertools
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Feature request: Require Rust 1.51 or newer
array_combinations_with_replacement
const-generics
#1025
opened Apr 14, 2025 by
Rustacian
question: how it will look to use iter tools to merge sum 2 HashMap<K: Hash + Eq, V : Add + Copy>?
#1022
opened Feb 28, 2025 by
dzmitry-lahoda
Not sure on the difference between std::chunk_by and itertools::chunk_by
#1006
opened Dec 17, 2024 by
arifd
Add
batch_by
, to allow grouping elements together by their size
#992
opened Sep 18, 2024 by
JosephLenton
Update some of itertools' dev-dependencies to their latest versions
#986
opened Aug 12, 2024 by
LikeLakers2
Peekable
Adapters: peeking_take_while
, peek_map
, peeking_fold_while
and try_
#979
opened Aug 5, 2024 by
G-M0N3Y-2503
Proposal: Iterator of results/options
Iterator::try_flat_map()
method
fallible-iterator
#969
opened Jul 6, 2024 by
Niedzwiedzw
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.