Crate cu29_rendercfg Copy item path Source config 🔒 This module defines the configuration of the copper runtime.
The configuration is a directed graph where nodes are tasks and edges are connections between tasks.
The configuration is serialized in the RON format.
The configuration is used to generate the runtime code at compile time. Args 🔒 CuCompactString CuError Common copper Error type. UnifiedLogType Defines the types of what can be logged in the unified logger. COMPACT_STRING_CAPACITY CopperListTuple A CopperListTuple needs to be encodable, decodable and fixed size in memory. CuMsgMetadataTrait Key metadata piece attached to every message in Copper. ErasedCuMsg A generic trait to expose the generated CuMsgs from the task graph. ErasedCuMsgs Trait to get a vector of type-erased CuMsgs
This is used for generic serialization of the copperlists MatchingTasks Trait to trace back from the CopperList the origin of the messages WriteStream Defines a basic write, append only stream trait to be able to log or send serializable objects. main 🔒 Render the configuration file to a dot file then convert it to an SVG and optionally opens it with inkscape. CuResult