csvp

Crates.iocsvp
lib.rscsvp
version0.2.0
sourcesrc
created_at2024-11-15 22:32:54.35915
updated_at2024-11-15 22:32:54.35915
descriptionA CSV parser with a couple additional features
homepagehttps://github.com/patrickomatic/csv-plus-plus
repository
max_upload_size
id1449682
size23,599
Patrick Carroll (patrickomatic)

documentation

README

csvp (aka csv+)

An "enhanced" CSV parser for use internally by csv++. The reasons we need a custom CSV parser and the csv crate will no longer suffice:

  • Support for wrapping a cell across multiple lines.
  • Comments (a row starting with #).
  • Contextual information with each cell - in addition to just the value it parses to we need to know enough info about what line certain values happened on, in order to show proper highlighting and error messaging.
Commit count: 0

cargo fmt