candle-pipelines-macros

Crates.iocandle-pipelines-macros
lib.rscandle-pipelines-macros
version0.0.2
created_at2025-12-27 01:42:31.180287+00
updated_at2026-01-05 00:04:37.314882+00
descriptionProcedural macros for candle_pipelines crate
homepage
repositoryhttps://github.com/ljt019/candle-pipelines/
max_upload_size
id2006552
size24,245
Lucien Thomas (ljt019)

documentation

README

candle-pipelines-macros

crates.io

[!warning] This crate provides macros used by candle-pipelines. It is automatically included as a dependency — you should not need to add it directly.

Internal procedural macros for candle-pipelines.

Provided Macros

  • #[tool] - Convert functions into tools the model can call
  • tools![] - Collect multiple tools into a Vec<Tool>
  • #[derive(XmlTag)] - Derive XML tag parsing for enums
Commit count: 0

cargo fmt