diff --git a/README.md b/README.md index a3aac3b..9620587 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny - [Concurrency](#concurrency) - [Containers](#containers) - [Cryptography](#cryptography) + - [CSV](#csv) - [Database](#database) - [Debug](#debug) - [Game Engine](#game-engine) @@ -287,6 +288,10 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Tiny AES in C](https://github.com/kokke/tiny-AES-c) - Small portable AES128/192/256 in C. [PublicDomain] * [Themis](https://github.com/cossacklabs/themis) - crypto library for painless data security, providing symmetric and asymmetric encryption, secure sockets with forward secrecy, for mobile and server platforms. [Apache2] +## CSV + +* [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] + ## Database *Database Libraries, SQL Servers, ODBC Drivers, and Tools*