rustpower 0.5.0-rc.2

An experimental ECS world snapshot system built on Bevy, featuring structured archetype storage and manifest-based serialization.
Documentation
1
2
3
4
5
6
#![allow(unused)]

pub(crate) mod cast;
pub(crate) mod conj;
pub(crate) mod slice;
pub(crate) mod stack;