vectree 0.1.6

Vector-buffered tree collection with post-order, depth-first, mutable/immutable iterator
Documentation
# 0.1.6 (2025-05-07)


- fix a few lint warnings

# 0.1.5 (2025-04-03)


- add `VecTree::attach_child` method

# 0.1.4 (2025-03-18)


- initial published crate
- add this release file

# 0.1.3 (2025-02-27)


- use `usize` instead of `&usize` for children references (easier)

# 0.1.2 (2025-02-03)


- add tests and comments

# 0.1.1 (2025-01-30)


- add Default trait to VecTree
- add tests, doc
- add lifetime to `VecTree::iter_depth`, `VecTree::iter_depth_at`, `VecTreeIter::new` 

# 0.1.0 (2025-01-24)


- initial commit