Module world
Source - Relation
- Represents a relationship between entities with associated metadata (payload).
- RelationsTraverseIter
- An iterator that traverses relations in a graph-like structure, tracking visited entities.
- World
- Represents the main data structure of the ECS (Entity-Component System),
managing entities, components, and their organizational structure.
- WorldChanges
- Represents a record of changes made to entities in the world, tracking their components.
- WorldError
- Represents errors that can occur in the ECS
World.