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_strategyattribute macro - memoized
- The
memoizedattribute macro for automatic function memoization. - pure
- The
pureattribute macro.