panda_pile 0.2.0

Traits for lazily producing and consuming sequences.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "maybe-std"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4958ec1997b05011d5c786bf4093cd48578bd9be2737350ab38659694083ddde"

[[package]]
name = "panda_pile"
version = "0.2.0"
dependencies = [
 "slice_n",
]

[[package]]
name = "slice_n"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6ea026d38d7452c59d77e924c08400e1a5f62cbb9edce708d18ec8216c6ff37"
dependencies = [
 "maybe-std",
]