// This file is part of helpers4.
// Copyright (C) 2025 baxyz
// SPDX-License-Identifier: LGPL-3.0-or-later
//! Shape checks for common user-facing formats: pragmatic subsets that catch real mistakes,
//! not full grammars. None of them normalizes or parses the value, only checks it.
pub use is_slug;
pub use is_uuid;
pub use is_valid_email;