mlx-internal-macros-burn

Crates.iomlx-internal-macros-burn
lib.rsmlx-internal-macros-burn
version0.25.5
created_at2025-12-31 08:26:45.164682+00
updated_at2025-12-31 09:05:27.206351+00
descriptionInternal procedural macros for mlx-rs-burn
homepage
repositoryhttps://github.com/TuringWorks/mlx-rs
max_upload_size
id2014240
size51,572
ravituringworks (ravituringworks)

documentation

https://docs.rs/mlx-rs-burn

README

mlx-internal-macros-burn

Crates.io Documentation License

Internal procedural macros for mlx-rs-burn.

Overview

This crate provides internal derive macros and procedural macros used by mlx-rs-burn for:

  • Automatic trait implementations
  • Code generation for MLX operations
  • Internal derive macros for array types

Installation

This crate is automatically included as a dependency of mlx-rs-burn. You typically don't need to add it directly.

[dependencies]
# Just use mlx-rs-burn instead:
mlx-rs-burn = "0.25.4"

Note

This is an internal implementation detail of mlx-rs-burn. The API is not stable and may change without notice. Use mlx-rs-burn for a stable public API.

Related Crates

Crate Description
mlx-rs-burn Safe Rust bindings for MLX
mlx-sys-burn Low-level FFI bindings
mlx-macros-burn Public procedural macros
burn-mlx MLX backend for Burn

Upstream

Fork of mlx-internal-macros from oxideai/mlx-rs.

License

MIT OR Apache-2.0

Commit count: 0

cargo fmt