Module prelude

Module prelude 

Source
Expand description

The utilities prelude.

This includes the most common types in this crate, re-exported for your convenience.

Structs§

DebugName
Wrapper to help debugging ECS issues. This is used to display the names of systems, components, …
ShortName
Lazily shortens a type name to remove all module paths.

Functions§

default
An ergonomic abbreviation for Default::default() to make initializing structs easier.