sparsey 0.12.1

Sparse set-based entity component system
Documentation
[dependencies.atomic_refcell]
version = "0.1.13"

[dependencies.rustc-hash]
version = "2.0"
[lints.clippy]
cast-possible-truncation = "allow"
missing-errors-doc = "allow"
missing-panics-doc = "allow"
missing-safety_doc = "allow"
module-inception = "allow"
module-name-repetitions = "allow"
wildcard-imports = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing-docs = "forbid"

[package]
authors = ["Tudor-Cristian Lechințan <lechintantudor02@gmail.com>"]
categories = ["data-structures", "game-development"]
description = "Sparse set-based entity component system"
edition = "2021"
keywords = ["component", "ecs", "entity", "gamedev", "system"]
license = "MIT OR Apache-2.0"
name = "sparsey"
readme = "README.md"
repository = "https://github.com/LechintanTudor/sparsey"
version = "0.12.1"