1// SPDX-License-Identifier: Apache-2.0 2// SPDX-FileCopyrightText: Copyright the Vortex contributors 3 4//! Utility types and functions to be shared amongst the Vortex crates. 5 6#![deny(missing_docs)] 7 8pub mod aliases;