sara_ecs 0.2.1

A simple ecs library made for study purposes.
Documentation
[dependencies.thiserror]
version = "2.0.7"

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

[package]
authors = ["Sara01"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple ecs library made for study purposes."
edition = "2021"
license = "Apache-2.0"
name = "sara_ecs"
readme = "README.md"
version = "0.2.1"

[[test]]
name = "canary"
path = "tests/canary.rs"

[[test]]
name = "entities_integration_tests"
path = "tests/entities_integration_tests.rs"

[[test]]
name = "resources_integation_tests"
path = "tests/resources_integation_tests.rs"