pub fn edge_key(edge: &Edge) -> StringExpand description
Returns the stable key used by tabular/export backends for an edge.
Explicit edge IDs win. Otherwise the structural key joins from, label,
and to with U+001F (Unit Separator). Callers that accept arbitrary IDs or
labels should reject U+001F before relying on reversibility.