needroleshere 0.4.0

Yet another AWS IAM Roles Anywhere helper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod config;
pub mod error;

pub mod auth;
pub mod binding;
pub mod certificate;
pub mod client;
pub(crate) mod ecdsa_sha256;
pub mod identity;
pub mod sign;

pub mod cmd;

#[cfg(test)]
pub mod dev;