// Copyright (c) 2024-2025 DeepGraph Inc.
// SPDX-License-Identifier: Apache-2.0
//
//! Graph indexing system for GraphLite
//!
//! This module provides indexing support for:
//! - Graph indexes (adjacency lists, paths, reachability)
//!
//! All indexes are designed to be partition-aware for future distribution.
// Re-export core types
pub use *;
pub use *;
pub use *;