openbao 0.3.0

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

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