Skip ahead in buffer #1128
-
Hi all, The long-lived / thread-safe iterator looks unpractical because of movement issues (although I am pretty new to Rust, so maybe others know better). I saw that the internals Is there a proper way to do this right now? If not, are there fundamental concerns about implementing this? If not, I would probably take a stab at this myself and contribute back if I pull it off. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
I think I can answer my own question. |
Beta Was this translation helpful? Give feedback.
I think I can answer my own question.
Summary::read
along withSummary::stream_chunk(&[u8], summary.chunk_indexes.get(i))
is exactly what I was looking for