Module rs_graph::steinlib

source ·
Expand description

Reading files in SteinLib format.

This reader supports the following extensions to the SteinLib format:

  1. Additional drawing attributes section
SECTION Drawing
A <u> <v> <attribute>...
E <u> <v> <attribute>...
END

This is a list of drawing attributes for each edge. Possible attributes are

  • bl the arc should be bend to the left
  • br the arc should be bend to the right

Structs

Enums

Functions

Type Aliases

  • Type of values with optional error code.