apple-mlx 0.1.1

Rust bindings and safe wrappers for Apple MLX via the official mlx-c API
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(err) = apple_mlx::demo_complex_matmul() {
        eprintln!("error: {err}");
        std::process::exit(1);
    }
}