iter-tree 0.1.3

Convert iterators to tree structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"