// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The August 2026 draft core edition adding Variant arrays and UUID extension dtypes.
use Edition;
use EditionDeclaration;
use EditionId;
use EditionMember;
/// The fourth August 2026 edition of the `core` family.
pub const CORE_2026_08_3: EditionId = new;
/// The declaration of [`CORE_2026_08_3`] and the components that join the family at it.
pub static DECLARATION: EditionDeclaration = EditionDeclaration ;