7 releases

0.1.5 Nov 5, 2024
0.1.4 Aug 28, 2024
0.1.3 Jul 3, 2024
0.1.2 Jun 12, 2024
0.0.1 Mar 8, 2024

#2276 in Network programming

Download history 145/week @ 2024-10-24 434/week @ 2024-10-31 222/week @ 2024-11-07 882/week @ 2024-11-14 1033/week @ 2024-11-21 944/week @ 2024-11-28 2099/week @ 2024-12-05 1965/week @ 2024-12-12 1200/week @ 2024-12-19 371/week @ 2024-12-26 1089/week @ 2025-01-02 1377/week @ 2025-01-09 1678/week @ 2025-01-16 1850/week @ 2025-01-23 1884/week @ 2025-01-30 2587/week @ 2025-02-06

8,281 downloads per month
Used in 4 crates (3 directly)

Apache-2.0

1.5MB
28K 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–40MB
~887K SLoC