1
2
3
4
5
6
//! # Misc_ecs
//!
//! `misc_ecs` is a basic Entity Component System, being developed as a way to learn.

pub mod ecs;
pub mod prelude;