Module graph_builder

Source
Expand description

Utility to dynamically build a small graph in memory

Structs§

GraphBuilder
Dynamically builds a small graph in memory
NodeBuilder

Enums§

LabelNamesOrder
How to sort label names in the produced graph. Defaults to Lexicographic.

Functions§

codegen_from_full_graph

Type Aliases§

BuiltGraph