outdir-tempdir 0.2.0

A crate for cargo-test to create temporary directories in the OUT_DIR.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.4.1"

[package]
authors = ["Niumlaque <niumlaque@gmail.com>"]
categories = ["development-tools::testing"]
description = "A crate for cargo-test to create temporary directories in the OUT_DIR."
edition = "2021"
keywords = ["tempdir", "tmpdir", "testing"]
license = "MIT"
name = "outdir-tempdir"
readme = "README.md"
repository = "https://github.com/niumlaque/outdir-tempdir"
version = "0.2.0"