openbao 0.4.0

Secure, typed, async Rust SDK for OpenBao
Documentation
1
2
3
4
5
6
7
8
9
10
//! Secret engine handles.

#[cfg(feature = "kv1")]
pub mod kv1;
#[cfg(feature = "kv2")]
pub mod kv2;
#[cfg(feature = "pki")]
pub mod pki;
#[cfg(feature = "transit")]
pub mod transit;