awsm-env 0.2.3

A lightweight utility for syncing AWS Secrets Manager secrets to environment variables.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Awsm Env
//!
//! A lightweight utility for syncing AWS Secrets Manager secrets to environment variables.

pub mod cli;
pub mod output;
pub mod parser;
pub mod provider;
pub mod resolve;
mod variable;