[go: up one dir, main page]

tempdir 0.3.0

A library for managing a temporary directory and deleting all contents when it's dropped.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "tempdir"
version = "0.3.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/tempdir"
homepage = "https://github.com/rust-lang/tempdir"
documentation = "http://doc.rust-lang.org/tempdir"
description = """
A library for managing a temporary directory and deleting all contents when it's
dropped.
"""

[dependencies]
rand = "0.1"