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: aws/rust-runtime/aws-config/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ async fn example() {
31
31
32
32
## Getting Started
33
33
34
-
_Examples are available for many services and operations, check out the [examples folder in GitHub][Usage examples]._
34
+
_Examples are available for many services and operations, check out the [Usage examples]._
35
35
36
36
The SDK provides one crate per AWS service. You must add [Tokio] as a dependency within your Rust project to execute asynchronous code. To add aws-sdk-config to your project, add the following to your Cargo.toml file where VERSION is the version of the SDK you want to use:
37
37
@@ -58,13 +58,12 @@ Suggestions for additional sections or improvements for the guide are welcome. P
58
58
59
59
This project is licensed under the Apache-2.0 License.
60
60
61
-
[examples folder in GitHub]: https://github.com/awslabs/aws-sdk-rust/tree/main/examples
This crate is part of the [AWS SDK for Rust](https://awslabs.github.io/aws-sdk-rust/) and the [smithy-rs](https://github.com/smithy-lang/smithy-rs) code generator.
0 commit comments