temp-dir-builder 0.1.0

Provides a convenient way to create a temporary directory containing files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "temp-dir-builder"
version = "0.1.0"
edition = "2021"
description = "Provides a convenient way to create a temporary directory containing files"
authors = ["Elad Kaplan <kaplan.elad@gmail.com>", "Iohann Rabeson"]
keywords = ["filesystem", "folders", "test"]
license = "Apache-2.0"
readme = "README.md"

[dependencies]
path-clean = "1.0.1"
rand = { version = "0.8.5" }
thiserror = "2.0.12"

[dev-dependencies]