indextree 4.3.1

Arena based tree structure by using indices instead of reference counted pointers
Documentation
[[example]]
name = "parallel_iteration"
required-features = ["par_iter"]

[[example]]
name = "simple"
[badges.appveyor]
branch = "master"
repository = "saschagrunert/indextree"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "saschagrunert/indextree"
[dependencies.rayon]
optional = true
version = "1.4.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.115"

[features]
default = ["std"]
deser = ["serde"]
par_iter = ["rayon"]
std = []

[package]
authors = ["Sascha Grunert <mail@saschagruenrt.de>"]
categories = ["data-structures"]
description = "Arena based tree structure by using indices instead of reference counted pointers"
documentation = "https://docs.rs/indextree"
edition = "2018"
homepage = "https://github.com/saschagrunert/indextree"
keywords = ["tree", "arena", "index", "indextree", "trie"]
license = "MIT"
name = "indextree"
readme = "README.md"
repository = "https://github.com/saschagrunert/indextree"
version = "4.3.1"