//! Index structures for fast lookup.
//!
//! Each index is built from a [`CodeGraph`] and provides O(1) or near-O(1)
//! lookups on a specific dimension (symbol name, type, path, language, or
//! embedding similarity). Indexes are independent and can be rebuilt
//! incrementally.
pub use ;
pub use LanguageIndex;
pub use PathIndex;
pub use ;
pub use SymbolIndex;
pub use TypeIndex;