awscurl 0.1.0

https/mqtt API for AWS
Documentation
1
2
3
4
5
6
mod awscurl;
mod types;
mod signature;

pub use awscurl::AWSCurl;
pub use types::{AWSProfile, Body, Method};