-
- Downloads
Introduce a `Standard` enum for connections (#237)
* Enum Conn POC * Make alias public * Add docs, Debug impl, format * Add comment delete dead code * A couple of missing cargo-formats * Cleanup, address CR feedback * Derive clone instead of implementing it manually
Showing
- aws/rust-runtime/aws-hyper/Cargo.toml 1 addition, 0 deletionsaws/rust-runtime/aws-hyper/Cargo.toml
- aws/rust-runtime/aws-hyper/src/conn.rs 154 additions, 0 deletionsaws/rust-runtime/aws-hyper/src/conn.rs
- aws/rust-runtime/aws-hyper/src/lib.rs 30 additions, 14 deletionsaws/rust-runtime/aws-hyper/src/lib.rs
- aws/rust-runtime/aws-hyper/src/retry.rs 3 additions, 2 deletionsaws/rust-runtime/aws-hyper/src/retry.rs
- aws/rust-runtime/aws-hyper/src/test_connection.rs 11 additions, 1 deletionaws/rust-runtime/aws-hyper/src/test_connection.rs
- aws/sdk/examples/kms-helloworld/src/main.rs 2 additions, 1 deletionaws/sdk/examples/kms-helloworld/src/main.rs
- rust-runtime/inlineable/src/lib.rs 10 additions, 2 deletionsrust-runtime/inlineable/src/lib.rs
Loading
Please register or sign in to comment