Skip to main content

Crate graphit

Crate graphit 

Source

Structs§

WasmCursor
A cursor that tracks a position inside a WasmGraph. Wraps the core Cursor<String, String> — all logic lives there.
WasmEdgeEntry
A single entry in an adjacency list returned from WasmGraph::get_edges.
WasmGraph
WasmVertex
Vertex data returned from WasmGraph::get_vertex.

Functions§

create_graph
Creates a new graph with a root vertex labelled name.
init