tokio-rs / bytes

Utilities for working with bytes
MIT License
1.86k stars 278 forks source link

Implement chunks_vectored for VecDeque<u8> #708

Open paolobarbolini opened 3 months ago

paolobarbolini commented 3 months ago

A tiny step closer at making #474 and #701 harder to encounter.

paolobarbolini commented 3 months ago

I'm starting to think this will require something more creative to get VecDeque to become noncontinuous.