perl-workspace 0.13.2

Workspace file discovery, indexing, and observability for Perl
Documentation
1
2
3
4
5
6
7
8
9
10
//! Monitoring and lifecycle support types for workspace indexing.
//!
//! Re-exports from the internal `monitoring` module to preserve existing caller paths
//! like `perl_workspace::workspace::monitoring::IndexPhase`.

pub use crate::monitoring::{
    DegradationReason, EarlyExitReason, EarlyExitRecord, IndexInstrumentation,
    IndexInstrumentationSnapshot, IndexMetrics, IndexPerformanceCaps, IndexPhase,
    IndexPhaseTransition, IndexResourceLimits, IndexStateKind, IndexStateTransition, ResourceKind,
};