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
[dependencies.quick-error]
version = "1.2"

[dev-dependencies.tempfile]
version = "^3.0"

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "Utilities to help working with the filesytem"
documentation = "https://docs.rs/fs-utils"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["utility", "filesystem"]
license = "MIT OR Apache-2.0"
name = "fs-utils"
readme = "README.md"
repository = "https://github.com/Byron/fs-utils-rs"
version = "1.1.4"