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