Crate ockam_macros
source ·Expand description
This crate provides shared macros to:
- clone structs asynchronously
- create an ockam node and access its
Context
- write some node-related tests
Procedural macros for use with Ockam.
Macros§
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
AsyncTryClone
trait for a type. - Implements the
Message
trait for a type.