pub fn pack_u32_to_u8(
u32_data: &[u32],
unpack_z: BitUnPackUElemSize,
pack_z: BitUnPackPElemSize,
) -> BitUnpackResult<Vec<u8>>Expand description
Assumes that any offsets have been pre-applied to the u32 data.
pub fn pack_u32_to_u8(
u32_data: &[u32],
unpack_z: BitUnPackUElemSize,
pack_z: BitUnPackPElemSize,
) -> BitUnpackResult<Vec<u8>>Assumes that any offsets have been pre-applied to the u32 data.