Crate wutengine_util_macro

Source
Expand description

Internal macros for WutEngine. Not intended to be used by WutEngine users

Macrosยง

generate_assert_set
Generates a set of assertions with the given name, gated by a feature derived by that name
generate_atomic_id
Generates a new atomic identifier type, which automatically increments itself whenever a new instance is created.