murk-space 0.1.4

Spatial data structures and field storage for Murk simulations
Documentation
1
2
3
4
5
6
7
8
9
10
# murk-space

Spatial backends for the [Murk](https://github.com/tachyon-beep/murk) simulation engine.

Provides the `Space` trait and concrete lattice backends: `Line1D`, `Ring1D`,
`Square4`, `Square8`, `Hex2D`, `Fcc12`, and composable `ProductSpace`.
Each backend defines topology, neighborhoods, edge behavior, and region planning.

Available via the top-level [`murk`](https://crates.io/crates/murk) crate
as `murk::space`.