Crate pipex_macros

Crate pipex_macros 

Source
Expand description

§Pipex Macros

Procedural macros for the pipex crate, providing error handling strategies and pipeline decorators for async and sync functions.

Attribute Macros§

error_strategy
The error_strategy attribute macro
memoized
The memoized attribute macro for automatic function memoization.
pure
The pure attribute macro.