Crate blazing_agi_macros

Crate blazing_agi_macros 

Source
Expand description

This crate is a companion to blazing_agi. Please see its documentation for more information.

We provide proc_macros that enable a neat API in the main crate.

Macros§

and_then
Chain two handlers. The second will only run if the first returned successfully.
layer_before
Create an AndThenLayerBefore from another handler.

Attribute Macros§

create_handler
Given an async fn, create an AGIHandler from it.