efes 1.0.1

A collection of macros to simplify testing involving filesystems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "efes"
version = "1.0.1"
authors = ["Klim Tsoutsman <klimusha@gmail.com>"]
edition = "2018"
description = "A collection of macros to simplify testing involving filesystems"
readme = true
repository = "https://github.com/tsoutsman/efes"
license = "MIT OR Apache-2.0"
keywords = ["fs", "macros", "tests", "filesystem"]
categories = ["filesystem"]

[dev-dependencies]
tempfile = "3.2"

[badges]
maintenance = { status = "passively-developed" }