// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The `preview` edition family: additive, opt-in components awaiting adoption into `core`.
use crateEditionFamily;
/// The `preview` family: stable opt-in components not yet available by default.
pub static FAMILY: EditionFamily = EditionFamily ;
pub use PREVIEW_2026_08_0;