You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# The AWS SDK for Rust [](https://awslabs.github.io/aws-sdk-rust/)
1
+
# The AWS SDK for Rust [](https://awslabs.github.io/aws-sdk-rust/)
2
2
3
3
This repo contains the new AWS SDK for Rust (the SDK) and its [public roadmap](https://github.com/awslabs/aws-sdk-rust/projects/1)
4
4
@@ -11,15 +11,15 @@ The SDK is code generated from [Smithy models](https://awslabs.github.io/smithy/
11
11
> Examples are availble for many services and operations, check out the [examples folder](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples).
12
12
13
13
14
-
The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio) as a dependency within your Rust project to execute asynchronous code. We will not push the SDK to **crates.io** during Alpha; you must use it via a Git dependency.
14
+
The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio) as a dependency within your Rust project to execute asynchronous code.
15
15
16
16
1. Create a new Rust project: `cargo new sdk-example`
17
17
2. Add dependencies to DynamoDB and Tokio to your **Cargo.toml** file:
0 commit comments