regent-sdk 0.3.2

Multi-paradigm configuration management system as a library
Documentation
1
2
3
4
5
6
7
use crate::secrets::SecretProvider;

// https://developer.hashicorp.com/vault/api-docs

pub struct HashiCorpSecretProvider {}

impl SecretProvider for HashiCorpSecretProvider {}