components-arena 0.0.5

Simple library for creating complex domain-specific self-referential data structures.
Documentation
[[example]]
name = "widget_tree"
required-features = ["std"]

[[example]]
name = "widget_tree_generic"
required-features = ["std"]

[[example]]
name = "widget_tree_no_std"
[dependencies.derivative]
version = "2.1.1"

[dependencies.either]
features = []
version = "1.5.3"

[dependencies.once_cell]
optional = true
version = "1.4.0"

[dependencies.rand]
features = ["small_rng"]
version = "0.7.3"
[dev-dependencies.macro-attr]
version = "0.2.0"

[features]
default = ["std"]
std = ["once_cell"]

[package]
authors = ["warlock <internalmike@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Simple library for creating complex domain-specific self-referential data structures."
documentation = "https://docs.rs/components-arena/"
edition = "2018"
keywords = ["generational", "arena", "tree", "graph", "entity"]
license = "MIT/Apache-2.0"
name = "components-arena"
readme = "README.md"
repository = "https://github.com/A1-Triard/components-arena"
version = "0.0.5"