// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Typed text values that distinguish redacted data from log-safe output.
pub
pub
pub use BoundedLogSafeDisplay;
pub use LogOutputLimit;
pub use LogOutputLimitError;
pub use LogSafeText;
pub use ;
pub use RedactedText;