[][src]Crate gsgdt

Structs

DiffGraph
DiffResult
Edge
Graph

Graph represents a directed graph as a list of nodes and list of edges.

GraphvizSettings
Node

A graph node

NodeStyle

NodeStyle defines some style of Node

Enums

GraphKind

Functions

diff_graph
match_graphs

Matches both graphs and returns the mapping of nodes from g1 to g2

Type Definitions

AdjList
Mapping