9 releases
0.1.8 | Mar 23, 2023 |
---|---|
0.1.7 | Mar 22, 2023 |
0.1.6 | Feb 24, 2023 |
#1562 in Parser implementations
42 downloads per month
Used in 3 crates
24KB
604 lines
graph6-rs
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.
- This work attempts to extend the original work of