shine-ecs 0.2.0

SHINE. Entity component system for the shine engine.
Documentation
mod entity;
#[doc(inline)]
pub use self::entity::*;
#[doc(inline)]
pub mod es;

mod edge;
#[doc(inline)]
pub use self::edge::*;
#[doc(inline)]
pub mod ds;

mod join;
#[doc(inline)]
pub use self::join::*;