Docs.rs
bevy_ecs-0.14.2
bevy_ecs 0.14.2
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
arrayvec ^0.7.4
normal
optional
bevy_ecs_macros ^0.14.2
normal
bevy_ptr ^0.14.2
normal
bevy_reflect ^0.14.2
normal
optional
bevy_tasks ^0.14.2
normal
bevy_utils ^0.14.2
normal
bitflags ^2.3
normal
concurrent-queue ^2.4.0
normal
fixedbitset ^0.5
normal
nonmax ^0.5
normal
petgraph ^0.6
normal
serde ^1
normal
optional
thiserror ^1.0
normal
rand ^0.8
dev
static_assertions ^1.1.0
dev
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_
ecs
0.14.2
Module label
Module Items
Traits
In crate bevy_
ecs
Module
bevy_ecs
::
label
Copy item path
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
.