vortex_array/expr/
aliases.rs

1// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4pub mod paste {
5    //! Re-export of [`paste`](https://docs.rs/paste/latest/paste/).
6    pub use paste::paste;
7}