Expand description
Module that re-exports all the required items to make use of cross-test
.
Re-exports§
pub use tokio;
Macros§
Attribute Macros§
- cross_
test - Marks async function to be executed by runtime, suitable to test environment.
This macro helps set up a
Runtime
without requiring the user to use Runtime or Builder directly.