encode_rs_fs
Read and Write files using encodings.
Documentation
Offical documentation can be found at https://docs.rs/encode_rs_fs
I think I would have preferred the library to be called encoding_rs_fs, but
once I publishing to crate to crates.io
it was to late, and, it can't be changed.
Usage
Add this to your Cargo.toml:
[]
= "0.1"
and this to your crate root:
extern crate encode_rs_fs;
For a full list of encodings that can be used refer to the documentions at Docs.rs.
Example
Use the functions to read and write entire files using a encoding.
extern crate encodingfs;
use;