docs.rs failed to build rusoto-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rusoto-0.24.2
Rusoto
AWS client libraries for Rust. Work in progress.
Currently implemented
Installation
Rusoto is available on crates.io.
Use
More example code in src/bin/main.rs.
let sqs = new;
// list existing queues
let response = try!;
for q in response.queue_urls
For more information on Rusoto's use of AWS credentials such as priority and refreshing, see AWS Credentials.
Semantic versioning
Rusoto complies with semantic versioning 2.0.0. Until reaching 1.0.0 the API is to be considered unstable. See Cargo.toml or rusoto on crates.io for current version.
Information about how releases are made is in RELEASING.
Contributing
- Install Rust 1.1.0 or later - http://www.rust-lang.org/
- Check out code from github
- Set up AWS credentials: environment variables (export AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY), ~/.aws/credentials, or use an IAM instance profile.
cargo buildcargo run- This will create real AWS resources and you may be charged.
Rust code generation from boto core service definitions: