Docs.rs
rendy-util-0.4.1
rendy-util 0.4.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
github:amethyst:rendy
zakarumych
Dependencies
derivative ^1.0
normal
gfx-backend-dx12 ^0.3
normal
optional
gfx-backend-empty ^0.3
normal
optional
gfx-backend-metal ^0.3
normal
optional
gfx-backend-vulkan ^0.3
normal
optional
gfx-hal ^0.3
normal
lazy_static ^1.0
normal
log ^0.4
normal
parking_lot ^0.9
normal
serde ^1.0
normal
optional
thread_profiler ^0.3
normal
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
rendy_
util
0.4.1
rendy_util
Function
cast_slice
Copy item path
Source
pub fn cast_slice<T>(slice: &
[T]
) -> &[
u8
]
ⓘ
Expand description
Cast slice of some arbitrary type into slice of bytes.