mirror of https://github.com/smithy-lang/smithy-rs
21c6cc7e10
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._ |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
external-types.toml |
README.md
aws-smithy-experimental
Staging ground for experimental new features in the smithy-rs ecosystem.
Hyper 1.0 Support
This crate allows customers to use Hyper 1.0. A valuable consequence of this is access to aws-lc-rs and its FIPS
compliant crypto. This is available behind the crypto-aws-lc-fips
feature. Note: FIPS support has somewhat complex build requirements, namely CMake and Go.
Crate Stabilization
This crate adds support for Hyper 1.0 (see examples). There a few blockers before stablization:
- Expose an API for providing a custom connector. Currently, that API is not exposed because a shim layer is needed to avoid taking a hard dependency on hyper-util.
- Add support for poisoning connections in the connection pool. This API needs to be either backported into hyper-util or we need to establish our own client.
This crate is part of the AWS SDK for Rust and the smithy-rs code generator.