smithy-rs/rust-runtime/aws-smithy-runtime
Zelda Hessler 21c6cc7e10
Make `http` v0 usage more evident (#3711)
Also fixes IntelliJ lints

This PR is not intended to change any behavior. If you see me doing that
somewhere, then it's a mistake.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-06-25 14:09:00 +00:00
..
src Make `http` v0 usage more evident (#3711) 2024-06-25 14:09:00 +00:00
test-data Port middleware connectors to the orchestrator (#2970) 2023-09-07 16:54:56 +00:00
tests Make `http` v0 usage more evident (#3711) 2024-06-25 14:09:00 +00:00
Cargo.toml Make `http` v0 usage more evident (#3711) 2024-06-25 14:09:00 +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.