my-ecs 0.1.2

An Entity Component System (ECS) library
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod comm;
pub(crate) mod ctrl;
pub mod par;
pub(super) mod task;

pub mod prelude {
    pub use super::ctrl::SubContext;
    pub use super::par::{EcsPar, IntoEcsPar};
}