adamhjk / tempdir

Temporary directory management for Rust

Home Page:http://doc.rust-lang.org/tempdir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

Temporary directory management for Rust

http://doc.rust-lang.org/tempdir

License:Apache License 2.0


Languages

Language:Rust 100.0%