aws_smithy_experimental/
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
10#[deprecated(
11    since = "0.2.0",
12    note = "support for hyper-1.x is now enabled by the `aws-smithy-http-client` crate"
13)]
14pub mod hyper_1_0 {}