Expand description
Augment the development of primitives with procedural macros.
Macros§
- select
- Select the first future that completes (biased by order).
Attribute Macros§
- test_
async - Run a test function asynchronously.
- test_
traced - Capture logs (based on the provided log level) from a test run using libtest’s output capture functionality.