[dependencies]
[features]
default = ["vec"]
deque = []
vec = []
[package]
description = "Convert between iterators and tree structures in both directions"
edition = "2021"
keywords = ["iterator", "data-structure"]
license = "MIT"
name = "iter-tree"
readme = "README.md"
repository = "https://github.com/ThibSrb/iter-tree"
version = "0.1.6"