Skip to main content Crate graph_explorer_core Copy item path Source pub use cache ::*;pub use preview ::*;cache Cache that lets the synchronous DataProvider serve data arriving
asynchronously: a miss queues the key and reports pending, and the host
fills it in later. Pure — no I/O, no wasm — so it is host-testable. preview The provisional layer: one node’s discovered neighborhood, shown to the user
but not yet adopted into the committed Graph. Aggregate A group of neighbors collapsed into one summary. Descending it is a host
decision, not an engine one — see DescendOutcome::Subsearch. Cursor Opaque paging token, meaning defined by the provider. Edge Graph InMemoryProvider NavState NeighborResult Node QueryParams GroupBy What dimension a group of neighbors was formed along. Mirrors the proxy’s
AggStrategy, which already ships all three. DataProvider EdgeId NodeId