Registry / serialization / red0124-ssp

red0124-ssp

JSON →
library1.8.0vcpkgunverified

A header only CSV parser which is fast and versatile with modern C++ API.

vcpkg install red0124-ssp
INSTALL
IMPORT
SIG · RED0124-SSP
R
red0124-ssp
serializationcppv1.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ss/parser.hpp
#include <ss/parser.hpp>

Parse a CSV file and print first column

#include <ss/parser.hpp> #include <iostream> int main() { ss::parser parser("data.csv"); for (auto& row : parser) { std::cout << row.get<std::string>(0) << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

red0124-ssp — pip install red0124-ssp · libregistry