Crate encode_rs_fs

Source
Expand description

Read and Write files using encodings.

This module contains simple functions that assist with encooding and decoding of files.

Functionsยง

read
Supply the file path, and encoding needed to read a new from disk as a String.
write
Supply the file path, contents and encoding needed to write a new file to disk. The contents is supplied as a String or string slice.