sim-lib-mutation 0.1.5

Tracked mutation containers and bounded managed-object storage for SIM runtimes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
use std::collections::BTreeMap;
use std::error::Error;
use std::fmt;

// Lexical partitions retain one module-private invariant surface while keeping
// each source unit reviewable under the repository size policy.
include!("managed/handles.rs");
include!("managed/edges.rs");
include!("managed/object.rs");
include!("managed/arena_model.rs");
include!("managed/arena.rs");