Crate ockam_macros
source ·Expand description
Procedural macros for use with Ockam.
Attribute Macros
- Marks an async function to be run in an ockam node.
- Marks an async test function to be run in an ockam node.
- Expands to a test suite for a custom implementation of the vault traits.
Derive Macros
- Implements the
AsyncTryClonetrait for a type. - Implements the
Messagetrait for a type.