scratchstack-wrapper-aws-c-io 0.1.0-alpha.7

Scratchstack Rust wrapper around the aws-c-io library
1
2
3
4
5
6
7
8
9
10
11
#ifndef AWS_IO_URI_H
#define AWS_IO_URI_H
/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */
#include <aws/io/io.h>

#include <aws/common/uri.h>

#endif /* AWS_IO_URI_H */