dces 0.1.6

DCES entity component system
Documentation
1
2
3
4
5
6
pub use crate::{
    entity::{Component, ComponentBox, Entity, EntityComponentManager, EntityContainer, SharedComponentBox, VecEntityContainer},
    system::{Priority, System},
    world::World,
    error::NotFound,
};