[go: up one dir, main page]

temporary 0.0.1

The library facilitate the creation of temporary files and directories.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "temporary"
version = "0.0.1"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/temporary"
homepage = "https://github.com/stainless-steel/temporary"
documentation = "https://stainless-steel.github.io/temporary"
description = """
The library facilitate the creation of temporary files and directories.
"""

[dependencies]
rand = "*"