loopable 0.1.0

Demo upload: do not use this crate
Documentation
[package]
name = "loopable"
version = "0.1.0"
authors = ["david ellison <dellison47@gmail.com>"]
edition = "2018"
license = "MIT"
keywords = ["iterators", "generics"]
description = "Demo upload: do not use this crate"
readme = "readme.md"

# add lib and bin info

[lib]
name="d2_iterators"
path="src/lib.rs"

[[bin]]
name="d2_printout"
path="src/main.rs"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.9.0"