Docs.rs
zust-dynamic-0.9.21
zust-dynamic 0.9.21
Docs.rs crate page
Apache-2.0
05 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
zhuchuanjing
Dependencies
anyhow ^1.0.102
normal
bitvec ^1.0.1
normal
bytemuck ^1.25.0
normal
byteorder ^1.5.0
normal
half ^2.7.1
normal
hex ^0.4.3
normal
indexmap ^2.14.0
normal
ordered-float ^5.3.0
normal
parking_lot ^0.12.3
normal
serde_json ^1.0.149
normal
smol_str ^0.3.6
normal
thiserror ^2.0.18
normal
tinyvec ^1.11.0
normal
Versions
2.53%
of the crate is documented
Go to latest version
Platform
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
f64_to_f16
dynamic
0.9.21
dynamic
Function
f64_
to_
f16
Copy item path
Source
pub fn f64_to_f16(value:
f64
) ->
u16
Expand description
f64 -> IEEE 754 half-precision bits, via
half::f16
.