needroleshere 0.3.0

Yet another AWS IAM Roles Anywhere helper
Documentation
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;