perl-workspace-index 0.12.2

Workspace indexing and refactoring orchestration for Perl
Documentation
1
2
3
4
5
6
7
//! Service-level objective tracking for workspace index operations.
//!
//! This module was extracted to the `perl-workspace-index-slo` microcrate to keep
//! workspace orchestration code focused on indexing concerns while retaining the
//! public path.

pub use perl_workspace_index_slo::*;