cu29-runtime 1.0.0-rc1

Copper Runtime Runtime crate. Copper is an engine for robotics.
Documentation
(
    tasks: [
        (
            id: "src",
            type: "tasks::Source",
        ),
        (
            id: "loopback",
            type: "tasks::Loopback",
        ),
    ],
    cnx: [
        (
            src: "src",
            dst: "loopback",
            msg: "i32",
        ),
        (
            src: "loopback",
            dst: "loopback",
            msg: "i32",
        ),
    ],
)