//! Clangd index management module
//!
//! This module provides functionality for working with clangd's background index files.
//! It maps source files to their corresponding index files without parsing the index content.
//! Also provides indexing progress monitoring capabilities.
pub use ;
pub use IndexLatch;
pub use ProgressEvent;
pub use IndexProgressMonitor;