//! A very minimalistic entity component system.
//!//! Start by creating a [World] and invoke methods on it
//! to fill your world with life.
modquery;modscheduler;modsparse_set;modworld;pubusescheduler::Scheduler;pubusescheduler::SysId;pubuseworld::{Entity, World};