Skip to main content

pe_graph/
phase_store.rs

1//! Phase state store -- re-exported from pe-core for convenience.
2//!
3//! The canonical implementation lives in [`pe_core::phase_store`].
4//! This module re-exports it so pe-graph users don't need to depend
5//! on pe-core directly for phase state operations.
6
7pub use pe_core::phase_store::{PhaseStateStore, PhaseStoreError};