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.