Generates the CopperList content type from a config.
gen_cumsgs!(“path/to/config.toml”)
It will create a new type called CuStampedDataSet you can pass to the log reader for decoding:
Adds #[copper_runtime(config = “path”, sim_mode = false/true)] to your application struct to generate the runtime.
if sim_mode is omitted, it is set to false.
This will add a “runtime” field to your struct and implement the “new” and “run” methods.