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§
- Phase
State Store - Stores serialized phase state for nodes, keyed by phase enum TypeId.
Enums§
- Phase
Store Error - Errors from phase state serialization/deserialization.