1 2 3 4 5 6 7
use cu29_derive::gen_cumsgs; const CONFIG_FILE: &str = "/path/to/config.ron"; gen_cumsgs!(CONFIG_FILE); fn main() {}