[go: up one dir, main page]

fs-err 2.5.0

A drop-in replacement for std::fs with more helpful error messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "fs-err"

description = "A drop-in replacement for std::fs with more helpful error messages."

version = "2.5.0"

authors = ["Andrew Hickman <andrew.hickman1@sky.com>"]

edition = "2018"

repository = "https://github.com/andrewhickman/fs-err"

documentation = "https://docs.rs/fs-err"

categories = ["command-line-interface", "filesystem"]

license = "MIT/Apache-2.0"

readme = "README.md"



[dependencies]



[dev-dependencies]

version-sync = "0.8.1"

serde_json = "1.0.48"