//! 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.
pubusepe_core::phase_store::{PhaseStateStore, PhaseStoreError};