grammers icon indicating copy to clipboard operation
grammers copied to clipboard

Consider making the IterBuffer construction public

Open KaiserKarel opened this issue 6 months ago • 1 comments

Right now, customizing parameters for more complex data fetching (offsets etc) isn't possible, due to the use of pub(crate). Ideally we'd add ways to customize these data fetches, but at the minimum allowing the library user to construct the IterBuffer will allow them to do whatever they could do with a more structured API surface as well.

KaiserKarel avatar May 31 '25 17:05 KaiserKarel

Yeah utilities to better work with raw API would be nice. That said, IterBuffer should probably first be fixed to use proper Streams.

Lonami avatar May 31 '25 18:05 Lonami