encode_rs_fs
Read and Write files with encoding_rs.
Documentation
Usage
Add this to your Cargo.toml:
[]
 = "0.1"
and this to your crate root:
extern crate encoding_rs_io;
For a list of encodings refer to the documentions at https://docs.rs/encoding_rs
Example
Use the functions to read and write entire files using a encoding.
extern crate encode_rs_fs;
use;