1
2
3
4
5
6
7
8
9
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

//! HTTP body-wrappers that calculate and validate checksums.

pub mod calculate;
pub mod validate;