Registry / serialization / yalantinglibs

yalantinglibs

JSON →
library0.5.8vcpkgunverified

A collection of C++20 libraries including serialization, RPC, HTTP, and async utilities.

vcpkg install yalantinglibs
INSTALL
IMPORT
SIG · YALANTINGLIBS
Y
yalantinglibs
serializationcppv0.5.8
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.

ylt/struct_pack.hpp
#include <ylt/struct_pack.hpp>

Serialize and deserialize a struct.

#include <ylt/struct_pack.hpp> #include <iostream> struct Person { std::string name; int age; }; int main() { Person p{"Alice", 30}; auto buf = struct_pack::serialize(p); auto p2 = struct_pack::deserialize<Person>(buf); std::cout << p2.name << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.