Crates.io | csv-parser |
lib.rs | csv-parser |
version | 0.1.1 |
source | src |
created_at | 2022-02-09 17:36:27.082444 |
updated_at | 2022-02-14 14:17:22.574629 |
description | CSV reader/parser, allowing for commas and new lines in quoted text |
homepage | https://github.com/paul-aspinall/csv-parser |
repository | https://github.com/paul-aspinall/csv-parser |
max_upload_size | |
id | 529803 |
size | 9,828 |
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
parse(buf)
This takes a Vec
to_lines(row_cols)
This takes a row/col of a Vec<Vec