ego-tree 0.6.3

Vec-backed ID-tree
Documentation
[lib]
name = "ego_tree"
path = "src/lib.rs"

[package]
authors = ["June McEnroe <june@causal.agency>", "Carlo Federico Vescovo <vescovocarlofederico@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Vec-backed ID-tree"
keywords = ["tree", "vec", "id", "index"]
license = "ISC"
name = "ego-tree"
readme = "README.md"
repository = "https://github.com/rust-scraper/ego-tree"
version = "0.6.3"

[[test]]
name = "iter"
path = "tests/iter.rs"

[[test]]
name = "macro"
path = "tests/macro.rs"

[[test]]
name = "node_mut"
path = "tests/node_mut.rs"

[[test]]
name = "node_ref"
path = "tests/node_ref.rs"

[[test]]
name = "tree"
path = "tests/tree.rs"