asupersync 0.3.4

Spec-first, cancel-correct, capability-secure async runtime for Rust.
Documentation
---
source: src/plan/mod.rs
assertion_line: 1578
expression: errors
---
[
    MissingNode {
        parent: PlanId(
            0,
        ),
        child: PlanId(
            42,
        ),
    },
    EmptyChildren {
        parent: PlanId(
            7,
        ),
    },
    Cycle {
        at: PlanId(
            3,
        ),
    },
]