macro_rules! create_intermediate_output_dir_for {
($name:ident) => { ... };
}
Expand description
Creates a directory for intermediate outputs, only if the verbosity level is set to Intermediate or above.
macro_rules! create_intermediate_output_dir_for {
($name:ident) => { ... };
}
Creates a directory for intermediate outputs, only if the verbosity level is set to Intermediate or above.