rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.64k stars 299 forks source link

Update crate keywords #879

Closed Philippe-Cholet closed 5 months ago

Philippe-Cholet commented 5 months ago

Now that group_by has been renamed to chunk_by in #866 I think we should just delete the crate keyword "group-by". Note that on crates.io, this keyword only leads to "itertools" and "itertools-wild" so it does not seem useful at all.

Should we delete another one as well?

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6814180) 94.38% compared to head (8697d15) 94.37%. Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #879 +/- ## ========================================== - Coverage 94.38% 94.37% -0.01% ========================================== Files 48 48 Lines 6665 6672 +7 ========================================== + Hits 6291 6297 +6 - Misses 374 375 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.