Skip to content

Commit

Permalink
Add commata (csv parser library)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Sep 16, 2023
1 parent e27f7c7 commit 03b8d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## CSV
*Libraries for parsing Comma Separated Value (CSV) files*

* [commata](https://github.com/furfurylic/commata) - Just another header-only C++17 CSV parser. [Unlicense]
* [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]
Expand Down

0 comments on commit 03b8d7a

Please sign in to comment.