Skip to content

paul-aspinall/csv-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CSV Parser/Reader (UTF-8 & ASCII only) library for Rust.

Three functions are exposed:

read(filename) This reads a file and returns a Vec of the raw data

parse(buf) This takes a Vec and parses the data as either UTF-8/ASCII into a row/col Vec<Vec>

to_lines(row_cols) This takes a row/col of a Vec<Vec> and returns a Vec with a dynamic column size for all columns

About

A CSV file reader/parser. Withs with quoted columns that contain commas and new lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages