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