aws_smithy_json/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 JSON-based Smithy protocols.
7
8pub mod aws_json_rpc;
9pub mod aws_rest_json_1;