Added CSV Parser (#511)

This commit is contained in:
Vincent La
2019-05-20 22:16:16 -07:00
committed by myd7349
parent 825a37dc44
commit 553946c1a2

View File

@@ -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*