aws-lite-rs 0.1.1

Lightweight HTTP client for AWS APIs
Documentation
1
2
3
4
5
6
//! AWS authentication and request signing.

pub mod credentials;
pub mod sigv4;

pub use credentials::AwsCredentials;