rlx-mlx-sys 0.2.1

Low-level MLX C++ build + C ABI shim for RLX (vendored mlx, NVRTC-free).
docs.rs failed to build rlx-mlx-sys-0.2.1
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.

rlx-mlx-sys

Vendored MLX C++ (git submodule at vendor/mlx) plus the rlx_mlx_shim C ABI built via CMake + cc in build.rs. Consumed by rlx-mlx; not meant for direct use outside RLX unless you accept the shim API stability policy (none yet).

After clone:

git submodule update --init rlx-mlx-sys/vendor/mlx

Requires macOS + Xcode (xcrun metal) for Metal kernels.