Registry / networking / veigar

veigar

JSON →
library1.4vcpkgunverified

Cross platform RPC library using shared memory.

vcpkg install veigar
INSTALL
IMPORT
SIG · VEIGAR
V
veigar
networkingcppv1.4
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.

veigar/veigar.h
✓ #include <veigar/veigar.h>

Creates a simple RPC server using shared memory

#include <veigar/veigar.h> #include <iostream> int main() { veigar::server server; server.bind("greet", [](const std::string& name) { return "Hello, " + name + "!"; }); server.start("my_service"); std::cout << "Server started" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

veigar — pip install veigar · libregistry