macro_rules! create_temp {
($($files:tt)+) => { ... };
}Expand description
Create directories and files within a temporary directory living the time
the returned tempfile::TempDir lives.
For an example see library documentation
macro_rules! create_temp {
($($files:tt)+) => { ... };
}Create directories and files within a temporary directory living the time
the returned tempfile::TempDir lives.
For an example see library documentation