Modules

Event handling types
Tools to retrieve entity and component from the World
Tools for controlling behavior in an ECS application

Structs

Identifier of an entity
Stores and exposes operations on entities, components, resources

Traits

A data type that can be used to store data for an Entity
A data type that can be used to store resource in the World
A data type that can be used to store unsendable resource in the World