// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Reusable vocabulary describing argument validation constraints.
pub use ArgumentBound;
pub use ComparisonConstraint;
pub use IndexRole;
pub use LengthConstraint;
pub use LengthMetric;
pub use PatternExpectation;
pub use RangeConstraint;