dces 0.3.1

DCES entity component system
Documentation
1
2
3
4
5
6
7
8
9
10
pub use crate::{
    component::{
        Component, ComponentBox, ComponentBuilder, ComponentStore, EntityBuilder,
        EntityComponentManager, SharedComponentBox,
    },
    entity::{Entity, VecEntityStore as EntityStore},
    error::NotFound,
    system::{PhantomContext, Priority, System},
    world::World,
};