cu29-runtime 1.1.3

Copper Runtime Runtime crate. Copper is an engine for robotics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
(
    tasks: [
        (id: "source", type: "Unused"),
    ],
    cnx: [
        (
            src: "source",
            dst: "__nc__",
            msg: "(bool, Vec<u8>)",
        ),
    ],
)