vaultrs 0.8.0

An asynchronous Rust client library for the Hashicorp Vault API.
Documentation
1
2
3
4
5
6
7
8
//! Identity secrets engine
//!
//! The Identity secrets engine is the identity management solution for Vault.

pub mod entity;
pub mod entity_alias;
pub mod group;
pub mod group_alias;