Crate mkdtemp

Source
Expand description

A thin wrapper around libc’s mkdtemp.

For most use case you want to use mkdtemp_in_temp_dir.

Functions§

mkdtemp
Thin wrapper around libc’s mkdtemp
mkdtemp_in_temp_dir
Utility function to create a directory in the system temporary directory (usually /tmp, can be overidden with the TMPDIR environment variable).