entity_rust 0.0.8

Event driven CES framework for Rust with a macro DSL
Documentation
1
2
pub type EntityID = usize;
pub type ComponentList<T> = Vec<(EntityID,T)>;