This small project is providing you a procedural macro to inject a temporary directory in your test.
```rust
fn my_test(path: &Path) { // do stuff in folder path } ```
path
Look at the documentation for more.