ion-rust icon indicating copy to clipboard operation
ion-rust copied to clipboard

Expose the blocking `RawTextReader`'s `new_with_size` through the Builder API.

Open nirosys opened this issue 2 years ago • 0 comments

text::RawTextReader offers a function to create a new reader with a user provided size hint. The hint acts as the initial buffer size, as well as the default read size. Both can grow if needed, but the initial hint allows the user to tune the reader slightly to their expectations.

This functionality should be exposed through the builder API.

nirosys avatar Nov 17 '22 19:11 nirosys