Skip to content

graph_builder: Use separate function for labeled arcs

vlorentz requested to merge graphbuilder-arc-into into master

This makes calls shorter by avoiding the need for options, and allows passing any argument that implements Into<Vec> instead of forcing the caller to use b"blah blah".into() themselves

Merge request reports