Treatment toByte
conv/u32::toByte
Inputs
⇥ value:
Stream<u32>
Outputs
↦ data:
Stream<Vec<byte>>
Turns u32
stream into byte
one.
Each u32
gets converted into Vec<byte>
, with each vector containing the bytes
s of the former scalar u32
it represents.