Module graph

Module graph 

Source

Structs§

AddWinsGraph
Add-Wins Graph CRDT implementation
Edge
A graph edge connecting two vertices
EdgeId
Unique identifier for a graph edge
EdgeMetadata
Metadata for a graph edge
GraphConfig
Configuration for graph CRDTs
GraphError
Custom error type for graph operations
RemoveWinsGraph
Remove-Wins Graph CRDT implementation
Vertex
A graph vertex with its metadata
VertexId
Unique identifier for a graph vertex
VertexMetadata
Metadata for a graph vertex

Enums§

GraphStrategy
Strategy for handling graph conflicts