Expand description
Graph diff library for Rust and extension module for Python.
A graph diff is a delta between two graphs. This module provides:
- a generic graph diff implentation,
- a serialization/deserialization API,
- specific types for the dRISK API,
- and a Python extension module for the dRISK API.
See the documentation for GraphDiff
for more information.
Structs§
- Edge
Diff - A diff between the edges of a graph.
- Graph
Diff - A differential between two graphs.
- Node
Diff - A diff between the nodes of a graph.
- Node
Update - Update type for the dRISK API.
Functions§
- bytes_
to_ graph_ diff - Deserialize a
GraphDiff
from a byte slice. - graph_
diff_ to_ bytes - Serialize a
GraphDiff
to a byte vector.