Crate wutengine_core

Source
Expand description

Core library for WutEngine

Modules§

assert
Assertions and assert related functionality for checking runtime invariants
identifiers
Shared identifier types used throughout the various WutEngine crates
profiling
Profiling related bindings

Macros§

engine_assert
WutEngine internal assertion. Do not use. Syntax matches ::core::assert Enabled only if feature assert_engine is enabled.
engine_assert_eq
WutEngine internal assertion. Do not use. Syntax matches ::core::assert_eq Enabled only if feature assert_engine is enabled.
engine_assert_ne
WutEngine internal assertion. Do not use. Syntax matches ::core::assert_ne Enabled only if feature assert_engine is enabled.