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
17
18
---
source: src/render.rs
expression: mermaid
---
---
config:
    layout: elk
---
graph LR
    subgraph 1 [1]
        direction LR
        2[2]
        subgraph 3 [3]
            direction LR
            4[4]
        end
    end
    2-->1