resq-software/vcpkg ship as
header-only and static-library packages installable through the
vcpkg package manager. They are intended for
performance-sensitive components that integrate with the ResQ platform
from native code.
| Package | Role |
|---|---|
resq-common | Shared utilities: Result<T>, string/file/env helpers, common DSA |
Each package’s headers live under
packages/<pkg>/include/resq/.
Detailed type and function reference is regenerated from the headers’
Doxygen comments and lives under Generated Package References → C++.Install via vcpkg
CMakeLists.txt:
Build from source
packages/<pkg>/include/. See the
README for the
authoritative integration guide.