Docs.rs
bevy_utils-0.13.1
bevy_utils 0.13.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
ahash ^0.8.7
normal
bevy_utils_proc_macros ^0.13.1
normal
hashbrown ^0.14
normal
nonmax ^0.5
normal
petgraph ^0.6
normal
smallvec ^1.11
normal
thiserror ^1.0
normal
tracing ^0.1
normal
uuid ^1.1
normal
web-time ^0.2
normal
static_assertions ^1.1.0
dev
getrandom ^0.2.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_utils
0.13.1
Module label
Traits
In crate bevy_utils
?
Module
bevy_utils
::
label
source
·
[
−
]
Expand description
Traits used by label implementations
Traits
§
DynEq
An object safe version of
Eq
. This trait is automatically implemented for any
'static
type that implements
Eq
.
DynHash
An object safe version of
Hash
. This trait is automatically implemented for any
'static
type that implements
Hash
.