perl-workspace-index 0.12.2

Workspace indexing and refactoring orchestration for Perl
Documentation
1
2
3
4
5
6
7
//! Monitoring and lifecycle support types for workspace indexing.
//!
//! This module was extracted to the `perl-workspace-index-monitoring` microcrate to
//! keep workspace indexing focused on symbol extraction/query behavior while
//! retaining the public path.

pub use perl_workspace_index_monitoring::*;