leiysky opened a new issue, #6520: URL: https://github.com/apache/opendal/issues/6520
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
