Skip to main content

hex2_u32_le

Function hex2_u32_le 

Source
pub fn hex2_u32_le(hex: &str) -> u32
Expand description

Converts the first 8 hex chars of the slice to a u32 number. The hex string is interpreted as litte-endian (last two chars are most signifiant)