Wrapper library for the https://github.com/awslabs/aws-c-common library.
The LibAwsC
module (exported) aims to directly wrap and expose aws-c-common functionality (matching
data structures and api functions exactly).
The functions and structures in AwsC
are more Julia-like and are intended to be more user-friendly,
while using LibAwsC
under the hood.