murk-space 0.1.9

Spatial data structures and field storage for Murk simulations
Documentation
1
2
3
4
disallowed-types = [
    { path = "std::collections::HashMap", reason = "Use IndexMap for deterministic iteration" },
    { path = "std::collections::HashSet", reason = "Use IndexSet for deterministic iteration" },
]