[][src]Crate fs_err

This crate provides the File type, a wrapper around a file handle and its path which wraps all operations with more helpful error messages.

Structs

File

A wrapper around a file handle and its path which wraps all operations with more helpful error messages.

Functions

copy

Wrapper for fs::copy.

read

Wrapper for fs::read.

read_to_string

Wrapper for fs::read_to_string.

write

Wrapper for fs::write.