entity_table 0.2.4

Data structure for associating data with entities in an Entity Component System
Documentation
[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"

[features]
serialize = ["serde"]

[package]
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
description = "Data structure for associating data with entities in an Entity Component System"
documentation = "https://docs.rs/entity_table"
edition = "2018"
homepage = "https://github.com/gridbugs/entity-table.git"
license = "MIT"
name = "entity_table"
readme = "README.md"
repository = "https://github.com/gridbugs/entity-table.git"
version = "0.2.4"