// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The May 2025 `preview` encoding cohort.
use Edition;
use EditionDeclaration;
use EditionId;
use EditionMember;
/// The May 2025 draft edition of the `preview` family.
pub const PREVIEW_2025_05_0: EditionId = new;
/// The declaration of [`PREVIEW_2025_05_0`] and the encodings that join the family at it.
pub static DECLARATION: EditionDeclaration = EditionDeclaration ;