Feature Description
Buffer can be considered as a Vec<u8>, sometime we want to split it into fixed chunks.
Problem and Solution
https://docs.rs/itertools/latest/itertools/trait.Itertools.html#method.chunks
This tool is helpful to split Vec<u8> into chunks, we can refer to it.
Additional Context
No response
Are you willing to contribute to the development of this feature?
Feature Description
Buffercan be considered as aVec<u8>, sometime we want to split it into fixed chunks.Problem and Solution
https://docs.rs/itertools/latest/itertools/trait.Itertools.html#method.chunks
This tool is helpful to split
Vec<u8>into chunks, we can refer to it.Additional Context
No response
Are you willing to contribute to the development of this feature?