Module prelude

Source
Expand description

Module that re-exports all the required items to make use of cross-test.

Re-exports§

pub use tokio;

Macros§

cross_test_configure

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.