mlxrs-sys 0.1.0

Bindings for MLX-C API
docs.rs failed to build mlxrs-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Raw FFI bindings for mlx-c. Pre-committed bindgen output.

Regenerate with:

LIBCLANG_PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib \
  cargo run -p xtask -- regen-bindings

(CI uses the same path on macos-14. $(xcode-select -p)/usr/lib does NOT contain libclang on Xcode 26.x; this is the canonical location.)