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 bytess of the former scalar u8 it represents.