Crate flexi_func

Source

Attribute Macros§

ff
The ff proc macro (Flexi Function) simplifies the generation of asynchronous versions of a synchronous function in Rust. By transforming a synchronous function into both synchronous and asynchronous versions, where the actual async stuff is included inside the fb! macro.