/rust-adjacent-pair-iterator

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

Primary LanguageRustISC LicenseISC

Watchers