smithy-rs/rust-runtime/aws-smithy-mocks-experimental
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
..
examples Adds experimental mocks package. (#3308) 2024-01-11 20:02:28 +00:00
src Adds experimental mocks package. (#3308) 2024-01-11 20:02:28 +00:00
tests fix clippy lints from the future (#3438) 2024-02-26 15:30:51 +00:00
Cargo.toml fix clippy lints from the future (#3438) 2024-02-26 15:30:51 +00:00
LICENSE Adds experimental mocks package. (#3308) 2024-01-11 20:02:28 +00:00
README.md Adds experimental mocks package. (#3308) 2024-01-11 20:02:28 +00:00

README.md

aws-smithy-mocks

Experiment for mocking Smithy Clients using interceptors. See tests/get-object-mocks.rs for example usage.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator.