1//! Macros for mlx-rs. 2 3#[macro_use] 4mod internal; 5 6mod array; 7mod assert; 8 9pub use mlx_macros::*;