Expand description
Runtime support logic and types for smithy-rs generated code.
§Crate Features
http-auth
: Enables auth scheme and identity resolver implementations for HTTP API Key, Basic Auth, Bearer Token, and Digest Auth.test-util
: Enables utilities for unit tests. DO NOT ENABLE IN PRODUCTION.
Modules§
- client
client
- Runtime support logic for generated clients.
- expiring_
cache - Cache for entries that have an expiration time.
- static_
partition_ map - A data structure for persisting and sharing state between multiple clients.
- test_
util test-util
- General testing utilities.
Macros§
- assert_
str_ contains test-util
- Asserts that a given string value
$str
contains a substring$expected
. - ev
connector-hyper-0-14-x
andwire-mock
andtest-util
andclient
- Helper to generate match expressions for events
- match_
events connector-hyper-0-14-x
andwire-mock
andtest-util
andclient
- Helper macro to generate a series of test expectations
- matcher
connector-hyper-0-14-x
andwire-mock
andtest-util
andclient