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
7
8
9
10
11
pub(crate) mod dsbus_dv;
pub(crate) mod new_dsdvbus;
pub mod newtonpf;

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

#[cfg(test)]
mod test_jacobian_pattern;