[][src]Crate tecs

Structs

ComponentIter
ComponentIterMut
Ecs

Contains the entire Ecs state

EntityBuilder

Builds an entity with a given set of components

Imm

Immutable accessor for components

Mut

Mutable accessor for components

System

A System for a specific query

SystemSchedule

Holds a system list and runs them on an Ecs

Traits

Queryable
Runnable