dynec 0.2.1

An opinionated ECS-like framework
Documentation
1
2
3
4
5
6
7
8
//! Access component storages in the world.

pub mod single;
pub use single::Single;

pub mod isotope;
pub use isotope::Isotope;
pub(crate) use isotope::{PartialStorageMap, StorageMap, StorageMapMut};