// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! Re-exports of third-party crates we use in macros exported from vortex-array.
//!
// Re-export of [`inventory`](https://docs.rs/inventory/latest/inventory/).
pub use inventory;