You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the API provides "high-level" and "low-level" methods. The former takes a single string/vector in memory with an error handling mechanism, and returns another string/vector:
Currently the API provides "high-level" and "low-level" methods. The former takes a single string/vector in memory with an error handling mechanism, and returns another string/vector:
The latter allows incremental processing of the input (eg. as it is downloaded from the network), but leaves error handling to the user:
It would be useful to also have an intermediate that does error handling but allows incremental processing, eg:
(
trap
is part of the decoder, because there is no reason to change it mid-stream.)The text was updated successfully, but these errors were encountered: