rsfile-0.1.0 is not a library.
Visit the last successful build:
rsfile-0.1.2
rsfile: Rust File Utility
A Rust library to operate files easily and quickly
Features
- Write text file
- Read text file
- Write CSV file
- Read CSV file
Examples
// read a csv file and load a list of HashMap models where you can get value by key.
// save a csv file by using a list of HashMap models where you can get value by key.
Other available functions are:
- read_text()
- write_text()
- read_lines()
- read_csv()
- read_csv_text()
- read_csv_with_error()
- write_csv_with_error()
License
MIT