// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The `core` edition family: the encodings the default file writer emits.
//!
//! One module per edition, each declaring the edition and the encodings that join the
//! family at it; members of earlier editions are inherited and never restated.
pub use CORE_2025_05_0;
pub use CORE_2025_06_0;
pub use CORE_2025_10_0;
pub use CORE_2026_07_0;