Registry / config / tinytoml

tinytoml

JSON →
library20240621vcpkgunverified

A header only C++11 library for parsing TOML.

vcpkg install tinytoml
INSTALL
IMPORT
SIG · TINYTOML
T
tinytoml
configcppv20240621
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.

toml/toml.h
#include <toml/toml.h>

Parse a simple TOML string

#include <toml/toml.h> #include <iostream> int main() { auto data = toml::parse("key = \"value\""); std::cout << data["key"].as_string() << '\n'; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
20240621latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources

No resource links recorded.

tinytoml — pip install tinytoml · libregistry