cu29-derive 1.1.3

This is the copper project runtime generator. It cannot be used independently from the copper project.
1
2
3
4
5
use cu29_derive::gen_cumsgs;

gen_cumsgs!("config/invalid_logging_config.ron");

fn main() {}