Releases: lmondada/relrc
Releases · lmondada/relrc
v0.2.2
v0.2.1
v0.2.0
[0.2.0] - 2024-08-05
Added
GraphView::from_sources
to create aGraphView
for all descendants.GraphView::merge
to merge twoGraphView
s.GraphView::lowest_common_ancestors
to find the lowest common ancestors ofGraphView
s.GraphView
serialization (activateserde
feature).
Changed
AncestorGraph
is now calledGraphView
- Use "sources" and "sinks" instead of "initials" and "terminals" in
GraphView