murk-core 0.1.2

Core types and traits for the Murk simulation framework
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" },
]