willdo 0.0.1

Task manager with DAG
Documentation
---
source: src/graph/walk2.rs
expression: seq
snapshot_kind: text
---
[
    (
        NodeIndex(2),
        Stack(
            Empty,
        ),
    ),
    (
        NodeIndex(1),
        Stack(
            Own(
                Entry {
                    item: EdgeIndex(1),
                    next: Empty,
                },
            ),
        ),
    ),
]