smithy-rs/rust-runtime/aws-smithy-runtime
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
test-data Port middleware connectors to the orchestrator (#2970) 2023-09-07 16:54:56 +00:00
tests Fix stalled stream detection (#3238) 2023-11-20 21:32:08 -05:00
Cargo.toml Add http = "1.0" support to the `http` request wrapper (#3373) 2024-01-25 17:32:34 +00:00
LICENSE Feature: Add smithy orchestrator (#2447) 2023-03-14 21:44:43 +00:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
additional-ci New-type the interceptor context `Input`, `Output`, and `Error` (#2872) 2023-07-27 17:51:12 +00:00
external-types.toml Assorted cleanups of stable runtime crates (#3205) 2023-11-16 18:33:42 +00:00

README.md

aws-smithy-runtime

Runtime support logic and types for smithy-rs generated code.

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.