tempdir 0.2.1

Temporary directory utilities.
docs.rs failed to build tempdir-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tempdir-0.3.7

Build Status

Documentation

deprecated

Use the standard library functionality in TempDir.

tempdir

Utilities for working with temporary directories in Rust. Most of the functionality is copied from the old Rust io and path packages, with updates as appropriate to work with the newer Rust standard library APIs.