Crate bevy_utils[][src]

Re-exports

pub use tracing;

Modules

Traits used by label implementations

Macros

Macro to define a new label trait

Structs

A Hasher for hashing an arbitrary stream of bytes.

A Duration type to represent a span of time, typically used for system timeouts.

A hasher builder that will create a fixed hasher.

A Universally Unique Identifier (UUID).

Traits

Type Definitions

A HashMap implementing aHash, a high speed keyed hashing algorithm intended for use in in-memory hashmaps.

A HashSet implementing aHash, a high speed keyed hashing algorithm intended for use in in-memory hashmaps.

A stable std hash map implementing aHash, a high speed keyed hashing algorithm intended for use in in-memory hashmaps.

A stable std hash set implementing aHash, a high speed keyed hashing algorithm intended for use in in-memory hashmaps.

Derive Macros