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