//! On-Demand Graph Expansion (F6) — k-hop subgraph extraction.
//!
//! Extracts local neighborhoods from the symbol graph, providing just enough
//! context to understand call chains without loading the entire graph.
pub use expand_neighborhood;
pub use EdgeKind;
pub use PartialGraph;