Macro quilkin::temp_file

source ·
macro_rules! temp_file {
    ($prefix:expr) => { ... };
}
Expand description

Creates a temporary file with the specified prefix in a directory named after the calling function, ie using it within a test will place it in a temporary directory named after the test