cu29-runtime 1.1.1

Copper Runtime Runtime crate. Copper is an engine for robotics.
Documentation
(
    logging: (keyframe_interval: 1),
    tasks: [
        (
            id: "src",
            type: "StatefulSrc",
        ),
        (
            id: "task",
            type: "StatefulTask",
        ),
        (
            id: "sink",
            type: "StatefulSink",
        ),
    ],
    cnx: [
        (
            src: "src",
            dst: "task",
            msg: "ValueMsg",
        ),
        (
            src: "task",
            dst: "sink",
            msg: "ValueMsg",
        ),
    ],
)