cu29-derive 1.1.3

This is the copper project runtime generator. It cannot be used independently from the copper project.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(
    tasks: [
        (
            id: "angle-src",
            type: "AngleSource",
        ),
    ],
    cnx: [
        (
            src: "angle-src",
            dst: "__nc__",
            msg: "cu29::units::si::f32::Angle",
        ),
    ],
)