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#

rustworkx.node_link_json(graph[, path, ...])

Generate a JSON object representing a graph in a node-link format

rustworkx.read_graphml(path, /)

Read a list of graphs from a file in GraphML format.