rfs_tester 0.1.3

This package allows you to prepare a temporary directory for testing, conduct testing related to file operations and after tests are completed, delete this test directory.
Documentation
[dependencies.rand]
version = "0.8.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.123"

[dependencies.serde_json]
version = "1.0.63"

[dependencies.serde_yaml]
version = "0.8.17"

[package]
authors = ["Sergey Reshetnikov <shaman@simmirra.com>"]
categories = ["filesystem"]
description = "This package allows you to prepare a temporary directory for testing, \nconduct testing related to file operations and after tests are completed, \ndelete this test directory.\n"
edition = "2018"
homepage = "https://github.com/greyshaman/rfs_tester"
keywords = ["test", "file", "directory"]
license = "MIT"
license-file = "LICENSE"
name = "rfs_tester"
readme = "README.md"
repository = "https://github.com/greyshaman/rfs_tester"
version = "0.1.3"