//! Data movement operations — broadcast, gather, compact, partition, and transpose.
//!
//! Data-movement ops are Category A compositions that reshape or
//! relocate buffers without changing element values.
dir!;
pub use ;
pub use DataMovementError;
pub use hex_to_bytes;
pub use read_u32_words_le;