// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The August 2026 core edition adding the canonical Map encoding.
use Edition;
use EditionDeclaration;
use EditionId;
/// The August 2026 core edition containing canonical Map arrays.
pub const CORE_2026_08: EditionId = new;
/// The declaration of [`CORE_2026_08`] and the encodings that join the family at it.
pub static DECLARATION: EditionDeclaration = EditionDeclaration ;