Crates.io | graph6-rs |
lib.rs | graph6-rs |
version | 0.1.8 |
source | src |
created_at | 2023-02-17 20:58:34.109264 |
updated_at | 2023-03-23 19:52:46.47846 |
description | A library for parsing graph6/digraph6 strings and converting them into other text based formats |
homepage | |
repository | https://github.com/noamteyssier/graph6-rs |
max_upload_size | |
id | 787772 |
size | 32,775 |
a rust library for converting to and from graph6 formatted files from NAUTY
The graph6 format for undirected, sparse, and directed graphs can be found
here and is mirrored
in this repo at resources/formats.txt
.
graph6
to include
directed and sparse graphs as well as just undirected graphs.