Registry / networking / aws-crt-cpp

aws-crt-cpp

JSON →
library0.40.0vcpkgunverified

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.

vcpkg install aws-crt-cpp
INSTALL
IMPORT
SIG · AWS-CRT-CPP
A
aws-crt-cpp
networkingcppv0.40.0
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.

aws/crt/io.h
#include <aws/crt/io.h>

Create an event loop group using AWS CRT

#include <aws/crt/io.h> #include <iostream> int main() { Aws::Crt::Io::EventLoopGroup eventLoopGroup(1); if (eventLoopGroup) { std::cout << "Event loop group created\n"; } return 0; }
Debug
Known issues
gotchaRequires linking against multiple AWS C libraries; may have complex CMake dependencies.
fix
Use find_package(aws-crt-cpp) and link to AWS::aws-crt-cpp; ensure all transitive dependencies are installed.
affects: *
Upgrade
Version history
0.40.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

aws-crt-cpp — pip install aws-crt-cpp · libregistry