Docs.rs
make_u32_from_two_u16-0.1.0
make_u32_from_two_u16 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
20 June 2026
Links
Repository
crates.io
Source
Owners
mirsella
Dependencies
Versions
50%
of the crate is documented
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
Crate make_u32_from_two_u16
make_
u32_
from_
two_
u16
0.1.0
All Items
Crate Items
Functions
Crate
make_
u32_
from_
two_
u16
Copy item path
Source
Functions
ยง
concat_
u16_
to_
u32
Concatenates two
u16
values into a
u32
.
high
becomes the upper 16 bits,
low
becomes the lower 16 bits.