G6
Pure rust parser for graph6, digraph6 formats.
Import
- import undirected graph6 from text
use Graph6;
use FromStr;
- import undirected graph6 from file
use DiGraph6;
use FromStr;
Export
-
to text format
-
to wolfram mathematica
Pure rust parser for graph6, digraph6 formats.
use Graph6;
use FromStr;
use DiGraph6;
use FromStr;
to text format
to wolfram mathematica