graph6-rs

Crates.iograph6-rs
lib.rsgraph6-rs
version0.1.8
sourcesrc
created_at2023-02-17 20:58:34.109264
updated_at2023-03-23 19:52:46.47846
descriptionA library for parsing graph6/digraph6 strings and converting them into other text based formats
homepage
repositoryhttps://github.com/noamteyssier/graph6-rs
max_upload_size
id787772
size32,775
Noam Teyssier (noamteyssier)

documentation

https://docs.rs/graph6-rs

README

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.
Commit count: 49

cargo fmt