vectree 0.2.2

Vector-buffered tree collection with post-order, depth-first, mutable/immutable iterator
Documentation
[dependencies]

[lib]
name = "vectree"
path = "src/lib.rs"

[package]
authors = ["Redglyph"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns"]
description = "Vector-buffered tree collection with post-order, depth-first, mutable/immutable iterator"
documentation = "https://docs.rs/vectree"
edition = "2021"
homepage = "https://github.com/blueglyph/vectree"
keywords = ["tree", "collection", "depth-first"]
license = "MIT OR Apache-2.0"
name = "vectree"
readme = "README.md"
repository = "https://github.com/blueglyph/vectree"
rust-version = "1.58.0"
version = "0.2.2"