Macros§
- fail_
on_ ci - Macro to for arbitrary code used for a temporary test
- temp_
code - Alias for
fail_on_ci - temp_
false - Macro to use inside of if-statements if you need
falsefor a temporary test - temp_
true - Macro to use inside of if-statements if you need
truefor a temporary test
Attribute Macros§
- temp_
function - Attribute for temporary test function
Derive Macros§
- Fail
OnCi - Derive macro for temporary test structs
- Temp
Struct - Alias for
FailOnCiderive macro