apecs 0.8.4

An asyncronous and parallel entity-component system
Documentation
1
2
3
4
5
6
7
//! Component storage.
//!
//! APECs provides an archetypal storage strategy.
//! To read more about the difference between separated and archetypal storage
//! check out [this article](https://csherratt.github.io/blog/posts/specs-and-legion/).
mod archetype;
pub use archetype::*;