#temp-dir #libc #wrapper #thin #unix

mkdtemp

A thin wrapper around libc's mkdtemp, UNIX only

2 unstable releases

0.2.0 Aug 13, 2023
0.1.0 Aug 13, 2023

#813 in Unix APIs

36 downloads per month

MIT/Apache

7KB

mkdtemp

Crates.io docs.rs

A thin wrapper around libc's mkdtemp.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

A thin wrapper around libc's mkdtemp.

For most use case you want to use [mkdtemp_in_temp_dir].

Dependencies

~43KB