-
Notifications
You must be signed in to change notification settings - Fork 622
Open
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"
Description
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?
- Yes, I am willing to contribute to the development of this feature.
dosubot and yihong0618
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"