#graphs #nauty #graph6 #format #parser

graph6-rs

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

10 releases

new 0.2.1 Apr 22, 2025
0.1.8 Mar 23, 2023
0.1.6 Feb 24, 2023

#856 in Parser implementations


Used in 3 crates

MIT license

24KB
621 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