mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 12:54:39 +03:00
Added CSV Parser (#511)
This commit is contained in:
@@ -14,6 +14,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
|||||||
- [Concurrency](#concurrency)
|
- [Concurrency](#concurrency)
|
||||||
- [Containers](#containers)
|
- [Containers](#containers)
|
||||||
- [Cryptography](#cryptography)
|
- [Cryptography](#cryptography)
|
||||||
|
- [CSV](#csv)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Debug](#debug)
|
- [Debug](#debug)
|
||||||
- [Game Engine](#game-engine)
|
- [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]
|
* [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]
|
* [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
|
||||||
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*
|
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user