zlayer-secrets 0.11.21

Secure secrets management for ZLayer container workloads
Documentation
1
2
3
4
5
6
7
//! Error type for secrets operations.
//!
//! The canonical definition lives in [`zlayer_types::secrets::error`]; this
//! module re-exports it for backward compatibility with existing call sites
//! that import `zlayer_secrets::SecretsError` / `zlayer_secrets::Result`.

pub use zlayer_types::secrets::error::{Result, SecretsError};