Crate commonware_macros

Source
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.