1 2 3 4 5 6
fn main() { if let Err(err) = apple_mlx::demo_complex_matmul() { eprintln!("error: {err}"); std::process::exit(1); } }