Registry / serialization / hps
library2022-01-18vcpkgunverified

A C++11 High Performance Serialization Library.

vcpkg install hps
INSTALL
IMPORT
SIG · HPS
H
hps
serializationcppv2022-01-18
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.

hps/hps.h
#include <hps/hps.h>

Serialize an integer using HPS

#include "hps/hps.h" #include <iostream> int main() { hps::Serializer serializer; serializer.write(42); auto data = serializer.data(); std::cout << "Serialized int size: " << data.size() << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-01-18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

hps — pip install hps · libregistry