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
AndThenLayerBeforefrom another handler.
Attribute Macros§
- create_
handler - Given an async fn, create an AGIHandler from it.