rustpower 0.4.1

An experimental ECS world snapshot system built on Bevy, featuring structured archetype storage and manifest-based serialization.
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod dsbus_dv;
pub(crate) mod newtonpf;

pub mod ecs;
pub mod solver;
pub(crate) mod sparse;
pub use newtonpf::newton_pf;
pub mod new_dsdvbus;