// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The `core` edition adding stable encodings released through June 2025.
use Edition;
use EditionDeclaration;
use EditionId;
/// The June 2025 edition of the `core` family.
pub const CORE_2025_06_0: EditionId = new;
/// The declaration of [`CORE_2025_06_0`] and the encodings that join the family at it.
pub static DECLARATION: EditionDeclaration = EditionDeclaration ;