Expand description
§process-fun-macro
Procedural macros for the process-fun library. This crate provides the implementation
of the #[process]
attribute macro.
This crate is not meant to be used directly - instead, use the process-fun
crate
which re-exports these macros in a more convenient way.
Attribute Macros§
- process
- Attribute macro that creates an additional version of a function that executes in a separate process.