Expand description
A library primarily providing an interface to create temporary directories and files.
It also provides several features:
rand_gen: Support for randomly generated file and directory names.mmap_support: Support for memory mapping temporary files with memmap2.regex_support: Support for searching temporary directory’s contained files using regex.virt_fs: Provides a virtual, in-memory filesystem with files, directories, permissions, metadata, and generally mimics a Linux filesystem.full: Enables all of the above.