cu29-derive 1.0.0

This is the copper project runtime generator. It cannot be used independently from the copper project.
Documentation
(
    runtime: (
        thread_pools: [(id: "background", threads: 1)],
    ),
    tasks: [
        (
            id: "src",
            type: "BackgroundSrc",
            background: true,
        ),
    ],
    cnx: [
        (
            src: "src",
            dst: "__nc__",
            msg: "u32",
        ),
    ],
)