Skip to content

Commit 2c981a2

Browse files
authored
CSV: Replace deprecated csv with csv2
1 parent 044631c commit 2c981a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
330330
## CSV
331331
*Libraries for parsing Comma Separated Value (CSV) files*
332332

333-
* [csv](https://github.com/p-ranav/csv) - CSV for modern C++. [MIT]
333+
* [csv2](https://github.com/p-ranav/csv2) - Fast CSV parser for modern C++. [MIT]
334334
* [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]
335335
* [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]
336336

0 commit comments

Comments
 (0)