Registry / networking / aws-c-io

aws-c-io

JSON →
library0.27.0vcpkgunverified

Handles all IO and TLS work for application protocols.

vcpkg install aws-c-io
INSTALL
IMPORT
SIG · AWS-C-IO
A
aws-c-io
networkingcppv0.27.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/io/io.h
#include <aws/io/io.h>

Initialize and clean up AWS C IO library

#include <aws/io/io.h> int main() { struct aws_allocator *alloc = aws_default_allocator(); aws_io_library_init(alloc); aws_io_library_clean_up(); return 0; }
Debug
Known issues
gotchaRequires linking against aws-c-common and aws-c-cal
fix
Add aws-c-common and aws-c-cal to target_link_libraries
affects: all
Upgrade
Version history
0.27.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources

No resource links recorded.

aws-c-io — pip install aws-c-io · libregistry