• Stars
    star
    4
  • Rank 3,290,040 (Top 66 %)
  • Language
    Rust
  • License
    ISC License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A rust iterator that iterates over adjacent pairs in another iterator, e.g. (1,2,3) -> ((1,2),(2,3)).

More Repositories