wami 0.10.0

Who Am I - Multicloud Identity, IAM, STS, and SSO operations library for Rust
Documentation
1
2
3
4
5
//! Report Store Traits

pub mod credential_report;

pub use credential_report::CredentialReportStore;