[go: up one dir, main page]

tempfile 0.1.0

Securely create temporary files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tempfile"
version = "0.1.0"
authors = ["Steven Allen <steven@stebalien.com>"]
description = "Securely create temporary files."

documentation = "https://stebalien.github.io/tempfile/tempfile/"
repository = "https://github.com/Stebalien/tempfile"
keywords = ["tempfile", "tmpfile"]
license = "MIT/Apache-2.0"

[dependencies]
libc = "*"
rand = "*"