Expand description
Contains foundational, public-facing types related to the Entity-Component-System.
This module provides core data structures like entity::EntityId. The concrete ECS
implementation lives in the khora-data crate, which depends on these types.
Modulesยง
- entity
- Defines core types related to entities in the ECS architecture.