portgraph 0.16.1

Data structure library for directed graphs with first-level ports.
Documentation
---
source: src/render.rs
expression: mermaid
---
---
config:
    layout: elk
---
graph LR
    subgraph 0 [0]
        direction LR
        subgraph 1 [1]
            direction LR
            3[3]
        end
        subgraph 2 [2]
            direction LR
            4[4]
        end
        1-->2
        3-->4
    end