qmi 0.0.3

An ECS for Rust with first-class query, mutation and interaction abstractions
Documentation
[dependencies]

[lib]
name = "qmi"
path = "src/lib.rs"

[package]
authors = ["Glenn Wallace glennw-coding@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "concurrency", "algorithms", "data-structures"]
description = "An ECS for Rust with first-class query, mutation and interaction abstractions"
edition = "2024"
keywords = ["ecs", "cache", "interaction"]
license = "MIT"
license-file = "LICENSE"
name = "qmi"
readme = "README.md"
repository = "https://github.com/glennw-mt/qmi"
version = "0.0.3"