itertree 0.0.3

Hobby project to experiment with tree traversal using iterators
Documentation
[dependencies]

[dev-dependencies.rstest]
version = "0.9.0"

[lib]
name = "itertree"

[package]
authors = ["Caleb Hattingh <caleb.hattingh@gmail.com>"]
description = "Hobby project to experiment with tree traversal using iterators"
edition = "2018"
homepage = "https://github.com/cjrh/itertree-rs"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["algorithm", "tree"]
license-file = "LICENSE"
name = "itertree"
readme = "README.md"
repository = "https://github.com/cjrh/itertree-rs"
version = "0.0.3"