Registry / config / toml11

toml11

JSON →
library4.4.0vcpkgunverified

A C++11 header-only toml parser/encoder depending only on C++ standard library.

vcpkg install toml11
INSTALL
IMPORT
SIG · TOML11
T
toml11
configcppv4.4.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.

toml.hpp
#include <toml.hpp>

Parse a TOML file and read a value

#include <toml.hpp> int main() { auto data = toml::parse("config.toml"); auto value = toml::find<std::string>(data, "key"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources

No resource links recorded.

toml11 — pip install toml11 · libregistry