panic_setup

Macro panic_setup 

Source
macro_rules! panic_setup {
    ($file_path:expr) => { ... };
    ($file_path:expr,$file_out:expr) => { ... };
}
Expand description

Macro to be used in build script Only yaml file path or both yaml and output rust file can be provided