pkecs 9.0.0

Another ECS implementation.
Documentation
1
2
3
4
5
6
7
8
9
//! Primary ECS implementation.

pub mod command;
mod component;
pub mod event;
pub mod query;
pub mod system;
pub mod world;