Provides a safeguarded transmute() function for Rust with safety checks.
# Cargo.toml
[dependencies]
safe-transmute = "0.11.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transmutes a byte array into a u32 value safely.
Ensure the types have the same size and alignment; use try_transmute for fallible cases.
No dependency data recorded yet.