Expand description

temp provides utilities for creating temporary files or directories in unit tests.

Structs

A directory within the system’s standard temp directory that is automatically deleted when it goes out of scope. The directory is created on construction.
A file within the system’s standard temp directory that is automatically deleted when it goes out of scope.