portgraph 0.16.1

Data structure library for directed graphs with first-level ports.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: src/render.rs
expression: mermaid
---
---
config:
    layout: elk
---
graph LR
    subgraph 0 ["root"]
        direction LR
        style 0 color:#f00,fill:#0f0,stroke:#00f,stroke-width:4px
        1["1"]
        2["2"]
        1-->2
    end