Skip to main content

round_bytes_int32

Function round_bytes_int32 

Source
pub fn round_bytes_int32(bytes: &mut [u8], keepbits: u32)
Available on crate feature bitround only.
Expand description

Helper to round 32-bit integer values (from MSB).

ยงPanics

Panics if bytes.len() is not a multiple of 4.