cu29-derive 1.1.3

This is the copper project runtime generator. It cannot be used independently from the copper project.
(
    constants: [
        (
            id: "COUNT",
            module: "::diagnostics",
            storage: usize,
            value: 1,
        ),
    ],
    tasks: [
        (
            id: "src",
            type: "ConstantSource",
            kind: source,
        ),
    ],
    cnx: [
        (
            src: "src",
            dst: "__nc__",
            msg: "()",
        ),
    ],
)