Note
This is the documentation for the current state of the development branch of rustworkx. The documentation or APIs here can change prior to being released.
Serialization#
|
Generate a JSON object representing a graph in a node-link format |
|
Read a list of graphs from a file in GraphML format. |
|
Write a graph to a file in GraphML format. |
|
Parse a node-link format JSON file to generate a graph |
|
Parse a node-link format JSON str to generate a graph |
|
Write a graph to Matrix Market format. |
|
Read a graph from Matrix Market format string contents. |
Read a graph from a Matrix Market format file. |