Crate flow_macro

Crate flow_macro 

Source
Expand description

flow_function is a proc_macro_attribute macro that inserts code around a supplied function to form a struct that implements the Implementation trait, and adds some helper functions for wasm

Attribute Macrosยง

flow_function
Implement the flow_function macro, an example usage of which is: #[flow_function]