Expand description
Augment the development of primitives with procedural macros.
Macros§
- Select the first future that completes (biased by order).
Attribute Macros§
- Capture logs (based on the provided log level) from a test run using libtest’s output capture functionality. This macro defaults to a log level of
DEBUG
if no level is provided.