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