file_access 0.1.9

A file_access wrapper-lib to make performing certain file manipulations more convenient.
Documentation
1
2
3
pub trait ToVecString {
    fn to_vec_string(&self) -> Vec<String>;
}