aws_smithy_http_auth/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#![warn(
10 missing_docs,
11 rustdoc::missing_crate_level_docs,
12 unreachable_pub,
13 rust_2018_idioms
14)]
15
16//! This crate is no longer used by smithy-rs and is deprecated.