entity_data 1.8.0

A container for entity component data.
Documentation
[dependencies.ahash]
version = "0.8"

[dependencies.bitvec]
version = "1.0"

[dependencies.macros]
package = "entity_data-macros"
version = "1.5"

[dependencies.memoffset]
version = "0.8"

[dependencies.rayon]
optional = true
version = "1.6"

[dependencies.smallvec]
features = ["const_generics"]
version = "1.10"
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["a7292969 <a7292969@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "A container for entity component data."
edition = "2021"
keywords = ["data", "interfaces", "dynamic-dispatch", "ecs"]
license-file = "LICENSE.md"
name = "entity_data"
readme = "README.md"
repository = "https://github.com/a7292969/entity_data"
version = "1.8.0"