tokio-rs / bytes

Utilities for working with bytes
MIT License
1.91k stars 288 forks source link

make IntoIter constructor public #581

Closed matko closed 1 year ago

matko commented 1 year ago

This PR makes the constructor of IntoIter public, so that it can be used with arbitrary Buf implementations.

Fixes #580.