perl-workspace 0.15.2

Workspace file discovery, indexing, and observability for Perl
Documentation
1
2
3
4
5
6
7
8
//! Service-level objective tracking for workspace index operations.
//!
//! Re-exports from the internal `slo` module to preserve existing caller paths
//! like `perl_workspace::workspace::slo::SloTracker`.

pub use crate::slo::{
    OperationResult, OperationType, Regime, SloConfig, SloStatistics, SloTracker,
};