A Rust library for creating a temporary directory and deleting its entire contents when the directory is dropped.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] tempdir = "0.3"
and this to your crate root:
rust extern crate tempdir;