moecs 0.1.0

Micro ECS engine. A small and lightweight ECS engine for Rust projects.
Documentation
1
2
3
4
5
6
7
8
mod component;
mod component_bundle;
mod component_manager;
mod test;

pub use self::component::*;
pub use self::component_bundle::*;
pub(crate) use self::component_manager::*;