Added Csv::Parser library to CSV section.

This commit is contained in:
Alexander Shaduri
2021-02-18 17:26:18 +04:00
parent 5a6d712116
commit faa2850f0d

View File

@@ -341,6 +341,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
*Libraries for parsing Comma Separated Value (CSV) files* *Libraries for parsing Comma Separated Value (CSV) files*
* [csv2](https://github.com/p-ranav/csv2) - Fast CSV parser for modern C++. [MIT] * [csv2](https://github.com/p-ranav/csv2) - Fast CSV parser for modern C++. [MIT]
* [Csv::Parser](https://github.com/ashaduri/csv-parser) - Compile-time and runtime CSV parser written in C++17. [Zlib]
* [Fast C++ CSV Parser](https://github.com/ben-strasser/fast-cpp-csv-parser) - Small, easy-to-use and fast header-only library for reading CSV files. [BSD-3-Clause] * [Fast C++ CSV Parser](https://github.com/ben-strasser/fast-cpp-csv-parser) - Small, easy-to-use and fast header-only library for reading CSV files. [BSD-3-Clause]
* [Vince's CSV Parser](https://github.com/vincentlaucsb/csv-parser) - A fast, self-contained, streaming C++17 CSV parser with optional type-casting and statistics. [MIT] * [Vince's CSV Parser](https://github.com/vincentlaucsb/csv-parser) - A fast, self-contained, streaming C++17 CSV parser with optional type-casting and statistics. [MIT]