peekmore 0.5.4

Iterator which can peek forward multiple elements.
Documentation
[dependencies.smallvec]
default-features = false
optional = true
version = "1.4.0"

[features]
default = ["smallvec"]

[package]
authors = ["foresterre <garm@ilumeo.com>"]
categories = ["no-std"]
description = "Iterator which can peek forward multiple elements."
documentation = "https://docs.rs/peekmore"
edition = "2018"
exclude = [".idea/*", ".vscode/*", "*.iml"]
keywords = ["peek", "lookahead", "iterator", "peekable", "multipeek"]
license = "MIT OR Apache-2.0"
name = "peekmore"
readme = "README.md"
repository = "https://github.com/foresterre/peekmore"
version = "0.5.4"