smithy-rs/rust-runtime/aws-smithy-checksums
Zelda Hessler 5b9d0c0fff
fix clippy lints from the future (#3438)
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->
Because the build pipeline is checking for these.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-02-26 15:30:51 +00:00
..
src fix clippy lints from the future (#3438) 2024-02-26 15:30:51 +00:00
Cargo.toml Upgrade cargo-check-external-types to 0.1.11 (#3413) 2024-02-21 14:28:25 +00:00
LICENSE add: callback trait proposed in rfc#0012 (#1329) 2022-04-21 12:51:01 -05:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
external-types.toml Move `SdkBody` and `bytestream` into `aws-smithy-types` (#3026) 2023-10-17 17:07:45 +00:00

README.md

aws-smithy-checksum-callbacks

Checksum calculation and verification callbacks for HTTP request and response bodies sent by service clients generated by smithy-rs.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.