Modules§
- rle
- Run-length encoding helpers used by
ValueMeshandValueOverlay.
Structs§
- Value
Mesh - A mesh of values, one per rank in
region. - Value
Overlay - A sparse overlay of rank ranges and values, used to assemble or
patch a [
ValueMesh] without materializing per-rank data. - Value
Overlay Reducer - Marker reducer type for
ValueOverlay<T>.
Enums§
- Build
Error - Builder error for overlays (structure only; region bounds are checked at merge time).
- Value
Mesh Error - Errors that occur while constructing a
ValueMesh.