moecs 0.1.0

Micro ECS engine. A small and lightweight ECS engine for Rust projects.
Documentation
1
2
3
4
5
mod property_id;
mod execution_mode;

pub use self::property_id::*;
pub(crate) use self::execution_mode::*;