From 895d5beccc2702f526b194f9b7f368cc4a4d7d48 Mon Sep 17 00:00:00 2001 From: Vincent La Date: Sun, 19 May 2019 20:02:20 -0700 Subject: [PATCH] Added CSV parser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6c7ca8..5bcc928 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ as C/C++, as this is not an obstacle to most users.) | [Rapidcsv](https://github.com/d99kris/rapidcsv/) | BSD | C++ |**1**| CSV parser | [CSVstream](https://github.com/awdeorio/csvstream/) | MIT | C++ |**1**| CSV parser | [Fast C++ CSV Parser](https://github.com/ben-strasser/fast-cpp-csv-parser) | BSD | C++ |**1**| CSV parser +| [Vince's CSV Parser](https://github.com/vincentlaucsb/csv-parser) | MIT | C++ |**1**| CSV parser and serializer # parsing | library | license | API |files| description