Registry / serialization / ryml
library0.11.1vcpkgunverified

Rapid YAML library

vcpkg install ryml
INSTALL
IMPORT
SIG · RYML
R
ryml
serializationcppv0.11.1
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.

ryml.hpp
#include <ryml.hpp>

Parse and access YAML data

#include <ryml.hpp> #include <iostream> int main() { ryml::Tree tree = ryml::parse("{foo: bar, baz: 42}"); std::cout << tree["foo"].val() << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

ryml — pip install ryml · libregistry