#graph #undirected-graph #directed-graph #parser #graph6 #nauty #text-format

graph6-rs

A library for parsing graph6/digraph6 strings and converting them into other text based formats

9 releases

0.1.8 Mar 23, 2023
0.1.7 Mar 22, 2023
0.1.6 Feb 24, 2023

#766 in Algorithms

38 downloads per month
Used in 3 crates

MIT license

24KB
604 lines

graph6-rs

MIT licensed actions status codecov

a rust library for converting to and from graph6 formatted files from NAUTY

File Format Description

The graph6 format for undirected, sparse, and directed graphs can be found here and is mirrored in this repo at resources/formats.txt.

  • graph6
    • This work attempts to extend the original work of graph6 to include directed and sparse graphs as well as just undirected graphs.

No runtime deps