[dependencies]
[features]
default = ["vec"]
deque = []
vec = []
[package]
description = "Convert iterators to tree structures"
edition = "2021"
keywords = ["iterator", "data-structure"]
license = "MIT"
license-file = "LICENSE"
name = "iter-tree"
readme = "README.md"
repository = "https://github.com/ThibSrb/iter-tree"
version = "0.1.3"