components-arena 0.8.1

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

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

[[example]]
name = "widget_tree_no_std"
[dependencies.educe]
version = "0.4.13"

[dependencies.either]
default-features = false
version = "1.5.3"

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

[dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.7.3"
[dev-dependencies.macro-attr-2018]
version = "0.3.3"

[dev-dependencies.quickcheck]
version = "0.9.2"

[dev-dependencies.quickcheck_macros]
version = "0.9.1"

[features]
default = ["std", "nightly"]
nightly = []
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 OR Apache-2.0"
name = "components-arena"
readme = "README.md"
repository = "https://github.com/A1-Triard/components-arena"
version = "0.8.1"