Crate fail_on_ci

Source

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 false for a temporary test
temp_true
Macro to use inside of if-statements if you need true for a temporary test

Attribute Macros§

temp_function
Attribute for temporary test function

Derive Macros§

FailOnCi
Derive macro for temporary test structs
TempStruct
Alias for FailOnCi derive macro