1// SPDX-License-Identifier: Apache-2.0 OR MIT 2 3#[cfg(feature = "transpose_methods")] 4pub(crate) mod transpose;