// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Field classification policy and its immutable rule views.
pub use AllowRule;
pub use FieldClassification;
pub use FieldMatchKind;
pub use FieldNameMatching;
pub use RedactionFloor;
pub use RedactionFloorBuilder;
pub use RedactionRules;
pub use SensitiveFieldPreset;
pub use SensitiveFieldRule;
pub use Sensitivity;
pub use UnknownFieldPolicy;