qubit-redact 0.9.0

Rule-driven redaction for fields, diagnostics, HTTP data, and Rust domain objects
Documentation
// =============================================================================
//    Copyright (c) 2026 Haixing Hu.
//
//    SPDX-License-Identifier: Apache-2.0
//
//    Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Mirrored integration tests for URI helpers.

#[cfg(feature = "uri")]
mod uri_fragment_policy_tests;
mod uri_path_policy_tests;
#[cfg(feature = "uri")]
mod uri_policy_builder_tests;
#[cfg(feature = "uri")]
mod uri_policy_inner_tests;
#[cfg(feature = "uri")]
mod uri_policy_tests;
mod uri_redaction_boundary_tests;
mod uri_redaction_tests;