issues
search
rust-itertools
/
itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.76k
stars
309
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a way to create a finite iterator from the initial state and a function to compute the next state.
#999
matj1
opened
2 days ago
2
Provide `with_hasher` alternative adaptors
#998
jswrenn
opened
4 days ago
0
Deprecate RepeatN once we switch to Rust 1.82
#997
phimuemue
opened
1 week ago
0
Allow MultiUnzip on Result<tuple, E> with behaviour like collect()?
#996
shahn
closed
1 month ago
3
test failure on 32-bit.
#995
plugwash
opened
1 month ago
0
Add `peeking_next_map`
#994
ronnodas
opened
1 month ago
0
🏁 RoSctober 2024: The Open Source Developer Challenge is about to start
#993
race-of-sloths
closed
1 month ago
1
Add `batch_by`, to allow grouping elements together by their size
#992
JosephLenton
opened
2 months ago
2
array_combinations using array::map
#991
ronnodas
closed
2 months ago
7
idea: TupleMap - alternating map calls
#990
joshka
closed
2 months ago
2
Add `zip_clones`, zips an iterator with clones of a value
#989
barakugav
opened
2 months ago
9
ConsTuples is a MapSpecialCase
#988
phimuemue
closed
3 months ago
2
Fix clippy 1.80 lints
#987
phimuemue
closed
3 months ago
0
Update some of itertools' dev-dependencies to their latest versions
#986
LikeLakers2
opened
3 months ago
2
Change an instance of `default_features` in `Cargo.toml` to `default-features`
#985
LikeLakers2
closed
1 month ago
1
Add note about Result to `find_or_last` and `find_or_first`
#984
axelkar
closed
2 months ago
4
Return first Ok or last Err
#983
axelkar
closed
3 months ago
4
cons_tuples: (A, (B, C)) -> (A, B, C) doesn't work. Would it be possible to generalize cons_tuples to allow this?
#982
zekefast
opened
3 months ago
4
Add `join(prefix, sep, suffix) -> String`
#981
ronanM
opened
3 months ago
4
Add implementation of MultiUnzip to Option
#980
zekefast
opened
3 months ago
3
`Peekable` Adapters: `peeking_take_while`, `peek_map`, `peeking_fold_while` and `try_`
#979
G-M0N3Y-2503
opened
3 months ago
3
`chunk_by` returns only the last value when collected
#978
buinauskas
opened
3 months ago
2
Mean of numbers
#977
xeruf
opened
3 months ago
0
Add track_caller attr for asser_equal
#976
l4l
closed
1 month ago
1
all_equal vs. all_equal_value
#975
IttayWeiss
opened
3 months ago
0
Bump obi1kenobi/cargo-semver-checks-action from 2.4 to 2.6
#974
dependabot[bot]
opened
4 months ago
0
Bump obi1kenobi/cargo-semver-checks-action from 2.4 to 2.5
#973
dependabot[bot]
closed
4 months ago
1
Give `take_while_inclusive` a more intuitive doc alias
#972
Ciel-MC
closed
4 months ago
5
Allow `Q: ?Sized` in `Itertools::contains`
#971
Alexendoo
closed
4 months ago
1
izip! is just wrong
#970
DeltaEpsilon7787
closed
4 months ago
7
Proposal: `Iterator::try_flat_map()` method
#969
Niedzwiedzw
opened
4 months ago
2
Faster `minmax` by using `fold`
#968
Philippe-Cholet
opened
4 months ago
1
Migrate to edition 2021
#967
Philippe-Cholet
opened
4 months ago
4
Increase discoverability of `merge_join_by` (Unix-like `comm`)
#966
Philippe-Cholet
closed
2 months ago
1
split iterator in two?
#965
dev-ardi
closed
4 months ago
6
Fix/ignore warnings within doctests
#964
Philippe-Cholet
closed
4 months ago
1
Add comm iterator (inspired by Unix comm command)?
#963
VorpalBlade
closed
2 months ago
9
Add `fn zip_longest`
#962
TheLostLambda
opened
4 months ago
1
ci: Run most tests with miri
#961
jswrenn
closed
4 months ago
1
Bump MSRV to 1.63.0
#960
kinto-b
closed
5 months ago
2
Increase MSRV to 1.63
#959
jswrenn
closed
5 months ago
5
product with repeat
#958
adamnemecek
opened
5 months ago
1
Feature request: Tracked adapter
#957
advantageous-overtake
opened
5 months ago
7
Fix warnings from clippy 1.79
#956
Philippe-Cholet
closed
5 months ago
2
improve documentation of tree_reduce
#955
rbruenig
closed
5 months ago
3
Const generic permutations
#954
FlareFlo
closed
5 months ago
4
Add single-element tuple for `collect_tuple`
#953
amab8901
closed
5 months ago
3
`maybe_` for `cmp`, `partial_cmp`, `eq`, `ne`, `lt`, `le`, `gt`, `ge`
#952
Xenira
closed
5 months ago
2
`.try_collect()` for `Iterator<Option>`
#951
amab8901
opened
6 months ago
7
feat(`FilterMapOk`): implement `DoubleEndedIterator`
#950
Xenira
closed
6 months ago
5
Next