Skip to content

CQCL/portgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6238c81 Â· Mar 4, 2025
Feb 18, 2025
Feb 3, 2025
Mar 4, 2025
Nov 7, 2023
Mar 4, 2025
Mar 4, 2025
Feb 18, 2025
Mar 14, 2023
Feb 18, 2025
Jun 3, 2024
May 31, 2024

Repository files navigation

portgraph

build_status crates msrv codecov codspeed

Data structure library for directed graphs with first-level ports. Includes secondary data structures for node and port weights, and node hierarchies.

Please read the API documentation here.

Features

  • pyo3: Enable Python bindings via pyo3.
  • serde: Enable serialization and deserialization via serde.
  • petgraph: Enable petgraph interoperability by implementing the petgraph::visit traits for PortGraph and MultiPortGraph.

Recent Changes

See CHANGELOG for a list of changes. The minimum supported rust version will only change on major releases.

Development

See DEVELOPMENT.md for instructions on setting up the development environment.

License

This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).