graph6-rs 0.2.1

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

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.

Related Crates

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