perl-workspace-index 0.12.2

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

pub use perl_workspace_index_state_machine::*;