secpar 0.3.0

A tool that leverages AWS Rust SDK for Secrets Manager & Parameter Store
Documentation
1
2
3
4
5
# Codex Rules

1. Functions should be unit testable when possible.
2. After each round of code changes, run `just rust-check` to verify style and clippy compliance.
3. Unit-testable functions must have unit tests.