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

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