smithy-rs/rust-runtime/inlineable
John DiSanti 911aa71685
Add names to interceptors (#2878)
This PR adds a `name` function to the `Interceptor` trait so that
interceptor errors are easier to narrow down.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-07-27 17:06:39 +00:00
..
src Add names to interceptors (#2878) 2023-07-27 17:06:39 +00:00
Cargo.toml Tidy up `aws-smithy-runtime-api` a bit (#2867) 2023-07-24 15:28:49 +00:00
LICENSE docs.rs metadata & license linter & fixes (#904) 2021-12-01 12:26:47 +01:00
README.md Add a few READMEs + linter script (#899) 2021-11-30 14:37:42 -05:00
external-types.toml Check external types for runtime and SDK crates in CI (#1625) 2022-08-10 18:33:43 -07:00

README.md

aws-inlineable

This is not a "real" crate, but instead a collection of Rust files which can be automatically copied into generated SDKs. This exists to facilitate writing complex snippets of code that can be tested with normal testing machinery without needing to create and publish an entire additional crate.

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.