Skip to content

wowTerrific/csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV

Simplified CSV library to create and update CSV files.

In order to keep the package light-weight, the default record is type Vec<String>.

Any data manipulation will need to be done outside of this crate. CSV is not meant to replace the functionality of a database.

IMPORTANT

This library can only pars CSV's with a , delimiter. However, it can save CSV's with a custom delimiter if needed.

Objective

Zero dependencies outside of the std library.

TODO

  • Read a CSV with any type of delimiter utils::raw_csv_to_records
  • Create tests for different delimiter types, should probably restrict the characters used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages