[go: up one dir, main page]

tempfile 1.0.0

Securely create temporary files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tempfile"
version = "1.0.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 = "0.1"
rand = "0.3"
winapi = "0.1"
kernel32-sys = "0.1"