tempdir 0.3.4

A library for managing a temporary directory and deleting all contents when it's dropped.
Documentation

tempdir

A Rust library for creating a temporary directory and deleting its entire contents when the directory is dropped.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
tempdir = "0.3"

and this to your crate root:

extern crate tempdir;