fs-utils 1.1.4

Utilities to help working with the filesytem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fs-utils"
version = "1.1.4"
edition = "2018"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/fs-utils-rs"
description = "Utilities to help working with the filesytem"
documentation = "https://docs.rs/fs-utils"
keywords = ["utility", "filesystem"]
license = "MIT OR Apache-2.0"
include = ["src/**/*.rs", "Cargo.toml"]
readme = "README.md"

[dependencies]
quick-error = "1.2"

[dev-dependencies]
tempfile = "^3.0"