You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serialisation. Use RelRc::to_serialized and RelRc::from_serialized to convert RelRc into a serializable format.
There is a notion of semantic equivalence between nodes. Implement EquivalenceResolver for your types to enable deduplication of nodes in HistoryGraph.
Changed
Replaced GraphView with a new HistoryGraph
Using instance methods instead of static functions for RelRc.