Skip to main content

rmcp_server_kit/
secret.rs

1//! Re-exports of [`secrecy`] types for handling sensitive values.
2//!
3//! Downstream crates use these to wrap credentials and secrets so that
4//! they are not accidentally logged or serialized.
5
6pub use secrecy::{ExposeSecret, SecretBox, SecretString};