aws_signer 0.0.1

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

pub mod aws_signer;

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

// You can put shared items here if necessary