Crate swiftide_macros

Source
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.