[package] name = "peek-nth" version = "0.2.0" authors = ["Zachary Golba "] categories = ["rust-patterns"] description = "An iterator adapter that allows you to efficiently peek the nth item of an iterator." keywords = ["cache", "data-structure", "iterator", "peek", "nth"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/zacharygolba/peek-nth" [dependencies] smallvec = "0.6.0"