Skip to main content

aws_smithy_xml/protocol/
mod.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6//! Protocol implementations for XML-based Smithy protocols.
7
8pub mod aws_rest_xml;