5 lines
191 B
Go
5 lines
191 B
Go
// Package mlx provides Go bindings for the MLX-C library with dynamic loading support.
|
|
//
|
|
//go:generate go run generate_wrappers.go ../../mlxrunner/mlx/include/mlx/c mlx.h mlx.c
|
|
package mlx
|