mlx_rs/macros/
mod.rs

1
2
3
4
5
6
7
8
9
//! Macros for mlx-rs.

#[macro_use]
mod internal;

mod array;
mod assert;

pub use mlx_macros::*;