Docs.rs
phase_sqs-0.2.3
phase_sqs 0.2.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
gabrielhicks
Dependencies
async-trait ^0.1.83
normal
aws-config ^1.5.8
normal
aws-sdk-sqs ^1.5.8
normal
mockall ^0.13.0
normal
tokio ^1.0
normal
Versions
85.71%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
phase_
sqs
0.2.3
All Items
Crate Items
Structs
Traits
Crate
phase_sqs
Copy item path
Source
Structs
§
SqsClient
Represents a client that interacts with AWS SQS. The client is responsible for sending and consuming messages from an SQS queue.
Traits
§
Message
Processor
A trait that defines how to process messages from the SQS queue.