1// SPDX-License-Identifier: Apache-2.0 2// SPDX-FileCopyrightText: Copyright the Vortex contributors 3 4mod array; 5pub mod plugin; 6mod rules; 7mod vtable; 8 9pub use array::ScalarFnArrayExt; 10pub use vtable::ScalarFnFactoryExt; 11pub use vtable::*;