[go: up one dir, main page]

mktemp 0.4.1

mktemp files and directories
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name          = "mktemp"
description   = "mktemp files and directories"
homepage      = "https://samgiles.github.io/rs-mktemp/mktemp"
documentation = "https://samgiles.github.io/rs-mktemp/mktemp/struct.Temp.html"
repository    = "https://github.com/samgiles/rs-mktemp"
version       = "0.4.1"
authors       = ["Sam Giles <sam.e.giles@gmail.com>"]
keywords      = ["mktemp", "temp", "file", "dir", "directory"]
license       = "MPL-2.0"

[dependencies]
uuid = { version = "0.8", features = ["v4"] }