cu29-derive 1.0.0

This is the copper project runtime generator. It cannot be used independently from the copper project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(
    missions: [(id: "A"), (id: "B")],
    tasks: [(id: "src", type: "tasks::Source")],
    cnx: [
        (
            src: "src",
            dst: "__nc__",
            msg: "u32",
            missions: ["A"],
        ),
        (
            src: "src",
            dst: "__nc__",
            msg: "u64",
            missions: ["B"],
        ),
    ],
)