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