Replies: 1 comment
-
|
Could you create an iterator over reading from file (stream) and use it with load_from_iter? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! currently there are three APIs to parse:
AFAICT all of those are "pull" style, as in you supply the input, and the parser requests them. Sometimes, e.g. when reading from the network or a file, it would be easier to supply data to the parser as you have it, and then signal you are done to finalize.
Beta Was this translation helpful? Give feedback.
All reactions