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.
Resources
No resource links recorded.