Expand description
Re-exports§
pub use ecs::Commands;pub use ecs::Component;pub use ecs::Entity;pub use ecs::Universe;pub use ecs::World;pub use ecs::prelude as ecs_prelude;
Modules§
- ecs
- Latticeon ECS: Archetype-based ECS with SoA-in-block storage and multi-threading support.
Derive Macros§
- Component
- Re-exports for convenience when using the full engine.
Implements the
Componentmarker trait for a type.