[−][src]Crate graph6
graph6
graph6 is a library for converting between strings in graph6 format to adjacency matrices.
Functions
| adjacency_matrix_to_string | Converts an adjacency matrix to its string representation in graph6 format. |
| string_to_adjacency_matrix | Converts a string in graph6 format to its adjacency matrix, and returns the matrix and the graph size. |