aws_hyper/
lib.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/* Automatically managed default lints */
7#![cfg_attr(docsrs, feature(doc_auto_cfg))]
8/* End of automatically managed default lints */
9#![deprecated(
10    since = "0.3.0",
11    note = "The functionality of this crate is included in individual AWS services."
12)]
13//! This crate is no longer used by the AWS SDK. Its functionality has be merged into aws-smithy-runtime and individual AWS services.