// Analyzer module - Rust AST analysis and graph construction
//
// This module is being refactored from a single large file into
// multiple focused sub-modules for better maintainability.
// Re-export the main public API
pub use index_project;
pub use IndexOptions;
// Sub-modules