iter-tree 0.1.3

Convert iterators to tree structures
Documentation
[package]
name = "iter-tree"
version = "0.1.3"
edition = "2021"
license = "MIT"
license-file = "LICENSE"

description = "Convert iterators to tree structures"
repository = "https://github.com/ThibSrb/iter-tree"
readme = "README.md"

keywords = ["iterator", "data-structure"]

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

[dependencies]

[features]
deque = []
vec = []

default = ["vec"]