qubit-redact 0.4.0

Rule-driven redaction for fields, diagnostics, HTTP data, and Rust domain objects
Documentation
// =============================================================================
//    Copyright (c) 2025 - 2026 Haixing Hu.
//
//    SPDX-License-Identifier: Apache-2.0
//
//    Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Tests for HTTP policy, bounded input, and safe output types.

mod body_budget_error_tests;
mod body_budget_tests;
mod body_capture_error_tests;
mod body_capture_tests;
mod body_redaction_reason_tests;
mod body_redaction_status_tests;
mod body_redaction_tests;
mod field_redactor_tests;
mod header_redaction_tests;
mod http_redaction_policy_builder_tests;
mod http_redaction_policy_parts_tests;
mod http_redaction_policy_tests;
mod http_redactor;
mod http_redactor_tests;
mod internal;
mod mod_tests;
mod redacted_headers_tests;
mod text_body_policy_tests;
mod unkeyed_json_value_policy_tests;
mod url_path_policy_tests;
mod url_redaction_tests;