portgraph 0.1.0

Graph data-structure library with first-level node ports.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
bench = false
name = "portgraph"

[package]
categories = ["data-structures"]
description = "Graph data-structure library with first-level node ports."
documentation = "https://docs.rs/portgraph/"
edition = "2021"
keywords = ["data-structure", "graph"]
license = "MIT OR Apache-2.0"
name = "portgraph"
readme = "README.md"
repository = "https://github.com/CQCL/portgraph"
version = "0.1.0"