aws_signer 0.0.4

A Rust library for AWS Signature Version 4 signing
Documentation
1
2
3
4
5
6
7
8
// src/lib.rs

pub mod aws_signer;
pub mod signature;

pub use aws_signer::{AwsClient, AwsOptions, AwsRequestInit};

// You can put shared items here if necessary