Skip to main content

Module phase_store

Module phase_store 

Source
Expand description

Phase state store – re-exported from pe-core for convenience.

The canonical implementation lives in pe_core::phase_store. This module re-exports it so pe-graph users don’t need to depend on pe-core directly for phase state operations.

Structs§

PhaseStateStore
Stores serialized phase state for nodes, keyed by phase enum TypeId.

Enums§

PhaseStoreError
Errors from phase state serialization/deserialization.