Docs.rs
token-value-map-0.2.5
token-value-map 0.2.5
Docs.rs crate page
Apache-2.0
OR
BSD-3-Clause
OR
MIT
OR
Zlib
Links
Repository
crates.io
Source
Owners
virtualritz
Dependencies
bytemuck ^1
normal
derive_more ^2
normal
egui-keyframe ^0.1
normal
optional
enum_dispatch ^0.3
normal
facet >=0.44
normal
optional
frame-tick >=0.3.3
normal
function_name ^0.3
normal
glam ^0.32
normal
optional
log ^0.4
normal
mint ^0.5
normal
optional
mitsein ^0.9
normal
mlua ^0.11
normal
optional
nalgebra ^0.34
normal
optional
rayon ^1
normal
rkyv ^0.8
normal
optional
serde ^1
normal
optional
smallvec ^1
normal
strum ^0.27
normal
thiserror ^2
normal
ultraviolet ^0.10
normal
optional
uniform-cubic-splines ^0.5
normal
optional
ustr >=1
normal
optional
anyhow ^1
dev
Versions
96.92%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
mat4_from_row_slice
token_
value_
map
0.2.5
In token_
value_
map::
math
token_value_map
::
math
Function
mat4_
from_
row_
slice
Copy item path
Source
pub fn mat4_from_row_slice(data: &[
f64
]) ->
Mat4Impl
Expand description
Create a
DMat4
from a row-major slice.