3 unstable releases

0.1.1 Apr 2, 2024
0.1.0 Mar 12, 2024
0.0.1 Mar 8, 2024

#1398 in Network programming

Download history 78/week @ 2024-03-02 159/week @ 2024-03-09 27/week @ 2024-03-16 34/week @ 2024-03-23 199/week @ 2024-03-30 146/week @ 2024-04-06 69/week @ 2024-04-13 41/week @ 2024-04-20 55/week @ 2024-04-27 48/week @ 2024-05-04

234 downloads per month
Used in aws-sdk-s3

Apache-2.0

765KB
15K SLoC

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:

  1. 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.
  2. 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.

Dependencies

~16–42MB
~873K SLoC