Skip to main content

Crate graph_explorer_core

Crate graph_explorer_core 

Source

Re-exports§

pub use cache::*;
pub use preview::*;

Modules§

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.

Structs§

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

Enums§

GroupBy
What dimension a group of neighbors was formed along. Mirrors the proxy’s AggStrategy, which already ships all three.

Traits§

DataProvider

Type Aliases§

EdgeId
NodeId