Expand description
This crate provides macros for generating boilerplate code for indexing transformers
Attribute Macros§
- indexing_
transformer - Generates boilerplate for an indexing transformer.
- tool
- Creates a tool from an async function.
Derive Macros§
- Tool
- Derive tool on a struct. The macro expects a snake case method on the struct that takes the
equally named params as
&str
arguments.