// =============================================================================
// Copyright (c) 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Process-wide application-default redactor snapshot.
use OnceLock;
use RwLock;
use Redactor;
/// Lazily initialized process-wide snapshot slot, protected for atomic
/// replacement.
static DEFAULT_REDACTOR: = new;
/// Returns the process-wide default redactor slot.
///
/// # Returns
///
/// The shared lock, initialized once with the standard redactor.
pub