Docs.rs
bevy_reflect-0.15.0
bevy_reflect 0.15.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
assert_type_match ^0.1.1
normal
bevy_ptr ^0.15.0
normal
bevy_reflect_derive ^0.15.0
normal
bevy_utils ^0.15.0
normal
derive_more ^1
normal
disqualified ^1.0
normal
downcast-rs ^1.2
normal
erased-serde ^0.4
normal
glam ^0.29
normal
optional
petgraph ^0.6
normal
optional
serde ^1
normal
smallvec ^1.11
normal
optional
smol_str ^0.2.0
normal
optional
uuid ^1.0
normal
optional
wgpu-types ^23
normal
optional
bincode ^1.3
dev
rmp-serde ^1.1
dev
ron ^0.8.0
dev
serde ^1
dev
serde_json ^1.0
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_
reflect
0.15.0
bevy_reflect
Function
list_hash
Copy item path
Source
pub fn list_hash<L:
List
>(list:
&L
) ->
Option
<
u64
>
Expand description
Returns the
u64
hash of the given
list
.